Unverified Commit 8c29bd5b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pwninit: 3.3.1 -> 3.3.2 (#468634)

parents 63c5f589 2cdf293f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

rustPlatform.buildRustPackage rec {
  pname = "pwninit";
  version = "3.3.1";
  version = "3.3.2";

  src = fetchFromGitHub {
    owner = "io12";
    repo = "pwninit";
    rev = version;
    sha256 = "sha256-tbZS7PdRFvO2ifoHA/w3cSPfqqHrLeLHAg6V8oG9gVE=";
    sha256 = "sha256-WKOndOkaKr+dUnx61LW6ZZxUFUESerjE5W6hgLA3n1o=";
  };

  buildInputs = [
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
  '';
  doCheck = false; # there are no tests to run

  cargoHash = "sha256-N0vje5ZU7B++f71BJKwkEfpbInpermH241f6oP1/fQE=";
  cargoHash = "sha256-KMvaKTNC84K6N0NAZizK9M1nP4rV4cfwlOTI/HidQYc=";

  meta = {
    description = "Automate starting binary exploit challenges";