lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pwninit: 3.2.0 -> 3.3.0

+3 -3
+3 -3
pkgs/development/tools/misc/pwninit/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "pwninit"; 13 - version = "3.2.0"; 13 + version = "3.3.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "io12"; 17 17 repo = "pwninit"; 18 18 rev = version; 19 - sha256 = "sha256-XKDYJH2SG3TkwL+FN6rXDap8la07icR0GPFiYcnOHeI="; 19 + sha256 = "sha256-Tskbwavr+MFa8wmwaFGe7o4/6ZpZqczzwOnqFR66mmM="; 20 20 }; 21 21 22 22 buildInputs = [ openssl xz ] ++ lib.optionals stdenv.isDarwin [ Security ]; 23 23 nativeBuildInputs = [ pkg-config ]; 24 24 doCheck = false; # there are no tests to run 25 25 26 - cargoSha256 = "sha256-2HCHiU309hbdwohUKVT3TEfGvOfxQWtEGj7FIS8OS7s="; 26 + cargoSha256 = "sha256-LPypmFeF9NZOX1ogpIqc++Pun7pInKzpxYiGUvSUcso="; 27 27 28 28 meta = { 29 29 description = "Automate starting binary exploit challenges";