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:
parent
25aaa81716
commit
7f2b9c10d4
1001
pkgs/tools/networking/bandwhich/Cargo.lock
generated
1001
pkgs/tools/networking/bandwhich/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user