Merge pull request #254353 from fabaff/sn0int-bump

sn0int: 0.25.0 -> 0.26.0

authored by Fabian Affolter and committed by GitHub abc15c7f 33f65aa4

+3 -3
+3 -3
pkgs/tools/security/sn0int/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "sn0int"; 12 - version = "0.25.0"; 13 14 src = fetchFromGitHub { 15 owner = "kpcyrd"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-+LplLeczLS+9EG0tZsiEs162/65zMCZfDDEq0iYQrGY="; 19 }; 20 21 - cargoHash = "sha256-FpoRO2g+R+Fo146kM0W8b1LHTEBHbGXURoX5jJk7lqY="; 22 23 nativeBuildInputs = [ 24 pkg-config
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "sn0int"; 12 + version = "0.26.0"; 13 14 src = fetchFromGitHub { 15 owner = "kpcyrd"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 + hash = "sha256-ze4OFKUuc/t6tXgmoWFFDjpAQraSY6RIekkcDBctPJo="; 19 }; 20 21 + cargoHash = "sha256-PAKmoifqB1YC02fVF2SRbXAAGrMcB+Wlvr3FwuqmPVU="; 22 23 nativeBuildInputs = [ 24 pkg-config