netscanner: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-04-17 01:18:45 +00:00
parent 4a04be9a3c
commit 97e276a902

View File

@ -6,7 +6,7 @@
}: }:
let let
pname = "netscanner"; pname = "netscanner";
version = "0.4.1"; version = "0.4.2";
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-E9WQpWqXWIhY1cq/5hqBbNBffe/nFLBelnFPW0tS5Ng="; hash = "sha256-xdY3moWRmSMZ3PVyuHBnp8c9k5KxH+MoE5+s0QWSUM4=";
}; };
cargoHash = "sha256-G2ePiVmHyZ7a4gn7ZGg5y4lhfbWoWGh4+fG9pMHZueg="; cargoHash = "sha256-15BNkrr79KMyFcn7NJrGCj25RjH/a4WUOQAoMPzJieQ=";
postFixup = '' postFixup = ''
wrapProgram $out/bin/netscanner \ wrapProgram $out/bin/netscanner \