bzip3: 1.1.3 -> 1.1.4

This commit is contained in:
Robert Schütz 2022-06-26 04:14:24 +00:00
parent fc658c86f7
commit d873c7c5d9

View File

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