Merge pull request #284761 from SuperSandro2000/bandwhich

bandwhich: 0.21.1 -> 0.22.2
This commit is contained in:
figsoda
2024-01-29 12:22:30 -05:00
committed by GitHub
2 changed files with 386 additions and 304 deletions
File diff suppressed because it is too large Load Diff
+2 -2
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 = {