Merge pull request #306229 from r-ryantm/auto-update/netscanner

netscanner: 0.4.2 -> 0.4.4
This commit is contained in:
Nick Cao 2024-04-23 09:32:09 -04:00 committed by GitHub
commit 26b415ca40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \