pwninit: 3.3.0 -> 3.3.1

This commit is contained in:
R. Ryantm 2023-12-31 06:41:53 +00:00
parent 01962add7e
commit b1e1a05e8a

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";