lol

ripunzip: 2.0.2 -> 2.0.3 (#414138)

authored by

Thomas Gerbet and committed by
GitHub
1202389e d3ce1e9e

+3 -3
+3 -3
pkgs/by-name/ri/ripunzip/package.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "ripunzip"; 14 - version = "2.0.2"; 15 16 src = fetchFromGitHub { 17 owner = "google"; 18 repo = "ripunzip"; 19 rev = "v${version}"; 20 - hash = "sha256-IPa7LvwB6RqebJXWKz4DZE5o/ob0sV7mVp6a/F0qsbU="; 21 }; 22 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-3bzIScXVxT8HFmFc0svincvTyuT2F2nfFs/3ApnCBUs="; 25 26 buildInputs = [ openssl ]; 27 nativeBuildInputs = [ pkg-config ];
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "ripunzip"; 14 + version = "2.0.3"; 15 16 src = fetchFromGitHub { 17 owner = "google"; 18 repo = "ripunzip"; 19 rev = "v${version}"; 20 + hash = "sha256-giNaTALPZYOfQ+kPyQufbRTdTwwKLK7iDvg50YNfzDg="; 21 }; 22 23 useFetchCargoVendor = true; 24 + cargoHash = "sha256-uz07yZBkmBTEGB64rhBYQ2iL0KbrY4UAM96utv8HCSE="; 25 26 buildInputs = [ openssl ]; 27 nativeBuildInputs = [ pkg-config ];