Merge pull request #179147 from dotlambda/bzip3-1.1.4

bzip3: 1.1.3 -> 1.1.4
This commit is contained in:
Mario Rodas 2022-06-25 23:47:32 -05:00 committed by GitHub
commit 5a984dffd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,12 @@
, stdenv
, fetchFromGitHub
, autoreconfHook
, pkg-config
}:
stdenv.mkDerivation rec {
pname = "bzip3";
version = "1.1.3";
version = "1.1.4";
outputs = [ "bin" "dev" "out" ];
@ -14,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "kspalaiologos";
repo = "bzip3";
rev = version;
hash = "sha256-puGtaL76p4BzSiTPf3qFgXN4pz90CDU9dziGIszk3to=";
hash = "sha256-rbJUvFm8WYgQLNpbX6kcXb5qAGAJfylTo4HgOvZVCu8=";
};
postPatch = ''
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
pkg-config
];
configureFlags = [