isabel
2025-03-24 23:16:55 +00:00
parent 995d7da02d
commit d1fdebd3b1
+2 -2
View File
@@ -7,7 +7,7 @@
}:
let
pname = "netscanner";
version = "0.6.2";
version = "0.6.3";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
owner = "Chleba";
repo = "netscanner";
tag = "v${version}";
hash = "sha256-/8UhnJ4ZPaJ+CQPCeKr1uH0Iw6A4/DARiSukK6+ZZeY=";
hash = "sha256-z39450ebIBHwdiC1FLF6v23la45ad5h5iupF6PAAjzc=";
};
useFetchCargoVendor = true;