Revert "bandwhich: 0.22.2 -> 0.22.2-unstable-2024-08-13"

This reverts commit f0c5d2f5f1.

Turns out that this package has been already fixed in https://github.com/NixOS/nixpkgs/pull/334824
This commit is contained in:
Jörg Thalheim 2024-08-16 13:28:02 +02:00
parent 25aaa81716
commit 7f2b9c10d4
2 changed files with 378 additions and 629 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "bandwhich";
version = "0.22.2-unstable-2024-08-13";
version = "0.22.2";
src = fetchFromGitHub {
owner = "imsnif";
repo = pname;
rev = "894ea319838cbfd75b00f08518bca41a9c8e060c";
hash = "sha256-DjH48mkgz81ACvZ28P2HzhLvS7wVresWzIAPD7swzoY=";
rev = "v${version}";
hash = "sha256-/uG1xjhxnIkS3rq7Tv1q1v8X7p1baDB8OiSEV9OLyfo=";
};
cargoLock = {