Merge pull request #277848 from r-ryantm/auto-update/pwninit

pwninit: 3.3.0 -> 3.3.1
This commit is contained in:
Nick Cao 2024-01-01 10:31:21 -05:00 committed by GitHub
commit a286643e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "pwninit";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "io12";
repo = "pwninit";
rev = version;
sha256 = "sha256-Tskbwavr+MFa8wmwaFGe7o4/6ZpZqczzwOnqFR66mmM=";
sha256 = "sha256-tbZS7PdRFvO2ifoHA/w3cSPfqqHrLeLHAg6V8oG9gVE=";
};
buildInputs = [ openssl xz ] ++ lib.optionals stdenv.isDarwin [ Security ];
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
'';
doCheck = false; # there are no tests to run
cargoSha256 = "sha256-LPypmFeF9NZOX1ogpIqc++Pun7pInKzpxYiGUvSUcso=";
cargoHash = "sha256-J2uQoqStBl+qItaXWi17H/IailZ7P4YzhLNs17BY92Q=";
meta = {
description = "Automate starting binary exploit challenges";