bzip3: 1.1.5 -> 1.1.6

This commit is contained in:
R. Ryantm 2022-10-06 05:58:04 +00:00
parent 099f1e0da2
commit af3d02dfef

View File

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