netscanner: 0.5.3 -> 0.6.0

This commit is contained in:
R. Ryantm
2024-10-11 08:54:16 +00:00
parent 35f64dd473
commit e243629e1a
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
pname = "netscanner";
version = "0.5.3";
version = "0.6.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
owner = "Chleba";
repo = "netscanner";
rev = "refs/tags/v${version}";
hash = "sha256-rqUGi7UF9y3VZ0KoctCesQVgJbR1WfqhFA6aYFFimNk=";
hash = "sha256-p7ajWY/eGWHPosxFXOKs2YeMAny+/PJ68IAU2NNgm0w=";
};
cargoHash = "sha256-VP6L3lXDXadimSWC2L4yfzTRfTcUilJtZ7TeHARAKAY=";
cargoHash = "sha256-F6titbFM0zsbbwZKcSx3U4cknea83TCITiGm7rPXmFE=";
postFixup = ''
wrapProgram $out/bin/netscanner \