Merge pull request #306229 from r-ryantm/auto-update/netscanner
netscanner: 0.4.2 -> 0.4.4
This commit is contained in:
commit
26b415ca40
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "netscanner";
|
pname = "netscanner";
|
||||||
version = "0.4.2";
|
version = "0.4.4";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "Chleba";
|
owner = "Chleba";
|
||||||
repo = "netscanner";
|
repo = "netscanner";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-xdY3moWRmSMZ3PVyuHBnp8c9k5KxH+MoE5+s0QWSUM4=";
|
hash = "sha256-RO0+Zz1sivIjD8OM4TBHR5geJw540MAJfXEl2yriH6o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-15BNkrr79KMyFcn7NJrGCj25RjH/a4WUOQAoMPzJieQ=";
|
cargoHash = "sha256-GJLrUF2YAMtCtXTPJvlUURfiTYBFUE6Gmeux+5RXqAM=";
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/netscanner \
|
wrapProgram $out/bin/netscanner \
|
||||||
|
|
Loading…
Reference in a new issue