mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
bandwhich: 0.22.2 -> 0.23.0
Diff: https://github.com/imsnif/bandwhich/compare/v0.22.2...0.23.0 Changelog: https://github.com/imsnif/bandwhich/blob/v0.23.0/CHANGELOG.md
This commit is contained in:
parent
d9acf08757
commit
a3c34eeacc
1027
pkgs/tools/networking/bandwhich/Cargo.lock
generated
1027
pkgs/tools/networking/bandwhich/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "bandwhich";
|
pname = "bandwhich";
|
||||||
version = "0.22.2";
|
version = "0.23.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "imsnif";
|
owner = "imsnif";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-/uG1xjhxnIkS3rq7Tv1q1v8X7p1baDB8OiSEV9OLyfo=";
|
hash = "sha256-8PUtlhy8rsQw3TqgpxWiVettGhncHetWCZcrDXjsR5M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
Loading…
Reference in New Issue
Block a user