pwninit: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-12-14 08:53:49 +00:00
parent b1648e3b6a
commit 1148b1ec89

View file

@ -10,20 +10,20 @@
rustPlatform.buildRustPackage rec {
pname = "pwninit";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "io12";
repo = "pwninit";
rev = version;
sha256 = "sha256-XKDYJH2SG3TkwL+FN6rXDap8la07icR0GPFiYcnOHeI=";
sha256 = "sha256-Tskbwavr+MFa8wmwaFGe7o4/6ZpZqczzwOnqFR66mmM=";
};
buildInputs = [ openssl xz ] ++ lib.optionals stdenv.isDarwin [ Security ];
nativeBuildInputs = [ pkg-config ];
doCheck = false; # there are no tests to run
cargoSha256 = "sha256-2HCHiU309hbdwohUKVT3TEfGvOfxQWtEGj7FIS8OS7s=";
cargoSha256 = "sha256-LPypmFeF9NZOX1ogpIqc++Pun7pInKzpxYiGUvSUcso=";
meta = {
description = "Automate starting binary exploit challenges";