forked from mirrors/nixpkgs
zimg: 2.3 -> 2.4
This commit is contained in:
parent
9e299acf87
commit
4e83364a1d
|
@ -2,22 +2,22 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec{
|
stdenv.mkDerivation rec{
|
||||||
name = "zimg-${version}";
|
name = "zimg-${version}";
|
||||||
version = "2.3";
|
version = "2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sekrit-twc";
|
owner = "sekrit-twc";
|
||||||
repo = "zimg";
|
repo = "zimg";
|
||||||
rev = "9cbe9b0de66a690bdd142bae0e656e27c1f50ade";
|
rev = "v${version}";
|
||||||
sha256 = "1qj5fr8ghgnyfjzdvgkvplicqsgyp05g3pvsdrg9yivvx32291hp";
|
sha256 = "11pk8a5manr751jhy0xrql57jzab57lwqjxbpd8kvm9m8b51icwq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook ];
|
buildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Scaling, colorspace conversion and dithering library";
|
description = "Scaling, colorspace conversion and dithering library";
|
||||||
homepage = https://github.com/sekrit-twc/zimg;
|
homepage = https://github.com/sekrit-twc/zimg;
|
||||||
license = licenses.wtfpl;
|
license = licenses.wtfpl;
|
||||||
platforms = platforms.linux; # check upstream issue #52
|
platforms = platforms.linux; # check upstream issue #52
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue