Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

sniffnet: 1.2.1 -> 1.2.2

Diff: https://github.com/gyulyvgc/sniffnet/compare/refs/tags/v1.2.1...v1.2.2

Changelog: https://github.com/gyulyvgc/sniffnet/blob/v1.2.2/CHANGELOG.md

figsoda c7d006ae 206f77f9

+3 -3
+3 -3
pkgs/applications/networking/sniffnet/default.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "sniffnet"; 18 - version = "1.2.1"; 18 + version = "1.2.2"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "gyulyvgc"; 22 22 repo = "sniffnet"; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-IJfXQ/d1amm6rCdArWoHXFhN9s//7hYoWMt66mv4Bbw="; 24 + hash = "sha256-wIyPb1RxvjkGu3Gs69HyL1WuLZUIFWB8URJjkz3oar0="; 25 25 }; 26 26 27 - cargoHash = "sha256-FMpTHm8eEXnVfMMY1iUkJPnRRK10u9l8tCaemM6L1gE="; 27 + cargoHash = "sha256-iB8KL0ad+rI4HuZLgb7KqfrUBTQuKRWjqaa6BnHU5eg="; 28 28 29 29 nativeBuildInputs = [ pkg-config ]; 30 30