ripunzip: 2.0.2 -> 2.0.3

This commit is contained in:
R. Ryantm
2025-06-05 04:06:14 +00:00
parent 168a510071
commit 0a00db6f7b
+3 -3
View File
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "ripunzip";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "google";
repo = "ripunzip";
rev = "v${version}";
hash = "sha256-IPa7LvwB6RqebJXWKz4DZE5o/ob0sV7mVp6a/F0qsbU=";
hash = "sha256-giNaTALPZYOfQ+kPyQufbRTdTwwKLK7iDvg50YNfzDg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-3bzIScXVxT8HFmFc0svincvTyuT2F2nfFs/3ApnCBUs=";
cargoHash = "sha256-uz07yZBkmBTEGB64rhBYQ2iL0KbrY4UAM96utv8HCSE=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];