Merge pull request #308969 from r-ryantm/auto-update/netscanner
netscanner: 0.4.4 -> 0.4.5
This commit is contained in:
commit
dfc16bf0b6
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
let
|
||||
pname = "netscanner";
|
||||
version = "0.4.4";
|
||||
version = "0.4.5";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
inherit pname version;
|
||||
|
@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
|
|||
owner = "Chleba";
|
||||
repo = "netscanner";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-RO0+Zz1sivIjD8OM4TBHR5geJw540MAJfXEl2yriH6o=";
|
||||
hash = "sha256-mR+jazZ2Xnf5xuWbVrFCfGOR+sjEUWL3WqHJynIHVFQ=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-GJLrUF2YAMtCtXTPJvlUURfiTYBFUE6Gmeux+5RXqAM=";
|
||||
cargoHash = "sha256-+FTbvS4wqBjEL+uWYKhHQp0uMmrvVPYwxdQeZ4cWrhw=";
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/netscanner \
|
||||
|
|
Loading…
Reference in a new issue