3
0
Fork 0
forked from mirrors/nixpkgs

bzip3: 1.1.4 -> 1.1.5

This commit is contained in:
R. Ryantm 2022-09-06 09:35:18 +00:00
parent 58db1157a7
commit 2019dffa1a

View file

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "bzip3";
version = "1.1.4";
version = "1.1.5";
outputs = [ "bin" "dev" "out" ];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "kspalaiologos";
repo = "bzip3";
rev = version;
hash = "sha256-rbJUvFm8WYgQLNpbX6kcXb5qAGAJfylTo4HgOvZVCu8=";
hash = "sha256-HTflIcEZ57EC1zxcmG6Wg0QErpqiq8DNawhLkVogCYI=";
};
postPatch = ''