1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

bandwhich: 0.21.1 -> 0.22.2

Diff: https://github.com/imsnif/bandwhich/compare/v0.21.1...v0.22.2
This commit is contained in:
Sandro Jäckel 2024-01-29 13:29:20 +01:00
parent da25b2382d
commit e48bdfb7f4
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 386 additions and 304 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "bandwhich";
version = "0.21.1";
version = "0.22.2";
src = fetchFromGitHub {
owner = "imsnif";
repo = pname;
rev = "v${version}";
hash = "sha256-9+7ol2QSIXLkkRt/YlAobZHb3Tm+SmnjW/JufwimMTE=";
hash = "sha256-/uG1xjhxnIkS3rq7Tv1q1v8X7p1baDB8OiSEV9OLyfo=";
};
cargoLock = {