diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2023-09-10 12:09:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-10 12:09:13 +0200 |
| commit | abc15c7fd530086320287362343d5787bb4b8c88 (patch) | |
| tree | 39687c7657aef8911cdf8568bfaa50995a9cb179 | |
| parent | Merge pull request #254354 from fabaff/exploitdb-bump (diff) | |
| parent | sn0int: 0.25.0 -> 0.26.0 (diff) | |
| download | nixpkgs-abc15c7fd530086320287362343d5787bb4b8c88.tar.gz | |
Merge pull request #254353 from fabaff/sn0int-bump
sn0int: 0.25.0 -> 0.26.0
| -rw-r--r-- | pkgs/tools/security/sn0int/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/sn0int/default.nix b/pkgs/tools/security/sn0int/default.nix index 96f0e44716c5..397f7eb832e7 100644 --- a/pkgs/tools/security/sn0int/default.nix +++ b/pkgs/tools/security/sn0int/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "sn0int"; - version = "0.25.0"; + version = "0.26.0"; src = fetchFromGitHub { owner = "kpcyrd"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+LplLeczLS+9EG0tZsiEs162/65zMCZfDDEq0iYQrGY="; + hash = "sha256-ze4OFKUuc/t6tXgmoWFFDjpAQraSY6RIekkcDBctPJo="; }; - cargoHash = "sha256-FpoRO2g+R+Fo146kM0W8b1LHTEBHbGXURoX5jJk7lqY="; + cargoHash = "sha256-PAKmoifqB1YC02fVF2SRbXAAGrMcB+Wlvr3FwuqmPVU="; nativeBuildInputs = [ pkg-config |
