bzip3: 1.1.6 -> 1.1.7

This commit is contained in:
R. Ryantm 2022-10-25 11:50:33 +00:00 committed by Jonathan Ringer
parent 882cedd1a9
commit bf3d4513a1

View file

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "bzip3";
version = "1.1.6";
version = "1.1.7";
outputs = [ "bin" "dev" "out" ];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "kspalaiologos";
repo = "bzip3";
rev = version;
hash = "sha256-MtD1pAznoH3yqaMO5P8GVexZSWZJxqADwh1sYvecAew=";
hash = "sha256-dRdsKB1wpcDcgGZwoVQTcvrORmN/NhqKGoPwD5p5BQk=";
};
postPatch = ''