Loading pkgs/by-name/ri/ripunzip/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/by-name/ri/ripunzip/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading