ripunzip: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm
2025-12-05 02:09:59 +00:00
parent fba245c24f
commit b4d6da9544
+3 -3
View File
@@ -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 ];