Unverified Commit 420f54dd authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

ripunzip: 2.0.3 -> 2.0.4 (#467979)

parents f90583b6 b4d6da95
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ripunzip";
  version = "2.0.3";
  version = "2.0.4";

  src = fetchFromGitHub {
    owner = "google";
    repo = "ripunzip";
    rev = "v${version}";
    hash = "sha256-giNaTALPZYOfQ+kPyQufbRTdTwwKLK7iDvg50YNfzDg=";
    hash = "sha256-oujRw/4yKNNqLJLTN4wxaOllSUGMu077YgWZkD0DJ4M=";
  };

  cargoHash = "sha256-uz07yZBkmBTEGB64rhBYQ2iL0KbrY4UAM96utv8HCSE=";
  cargoHash = "sha256-J6FtaWjeJhbSB1WoAbh6c4DeShPmqGgmh2NTNRS6CUk=";

  buildInputs = [ openssl ];
  nativeBuildInputs = [ pkg-config ];