netscanner: 0.4.2 -> 0.4.4

This commit is contained in:
R. Ryantm 2024-04-23 09:20:15 +00:00
parent 72bc2ea5d1
commit 037f1875b1

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 \