pixz: 1.0.6 -> 1.0.7
This commit is contained in:
parent
2988feba8c
commit
257665d72c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
baseName = "pixz";
|
baseName = "pixz";
|
||||||
version = "1.0.6";
|
version = "1.0.7";
|
||||||
name = "${baseName}-${version}";
|
name = "${baseName}-${version}";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "vasi";
|
owner = "vasi";
|
||||||
repo = baseName;
|
repo = baseName;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0q61wqg2yxrgd4nc7256mf7izp92is29ll3rax1cxr6fj9jrd8b7";
|
sha256 = "163axxs22w7pghr786hda22mnlpvmi50hzhfr9axwyyjl9n41qs2";
|
||||||
};
|
};
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue