unzrip: unstable-2023-03-13 -> unstable-2023-04-16

Diff: bd2dffd43c...14ba4b4c9f
This commit is contained in:
figsoda 2023-04-18 16:33:26 -04:00
parent c4c7de607a
commit a20c6d2d4c

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "unzrip";
version = "unstable-2023-03-13";
version = "unstable-2023-04-16";
src = fetchFromGitHub {
owner = "quininer";
repo = "unzrip";
rev = "bd2dffd43c3235857500190571602f3ce58c5f70";
hash = "sha256-Ih47xF4JYQf10RuTnfJJGUAJwyxDxCAdTTCdwGf4i/U=";
rev = "14ba4b4c9ff9c80444ecef762d665acaa5aecfce";
hash = "sha256-QYu4PXWQGagj7r8lLs0IngIXzt6B8uq2qonycaGDg6g=";
};
cargoHash = "sha256-11UESSKvTcr6Wa0cASRSQ55kBbRL5AelI6thv3oi0sI=";
cargoHash = "sha256-9CjKSdd+E2frI8VvdOawYQ3u+KF22xw9kBpnAufRUG0=";
nativeBuildInputs = [
pkg-config