zimg: 2.8 -> 2.9.1
This commit is contained in:
parent
576ffb1f32
commit
f6db210d04
@ -1,18 +1,20 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec{
|
stdenv.mkDerivation rec {
|
||||||
name = "zimg-${version}";
|
pname = "zimg";
|
||||||
version = "2.8";
|
version = "2.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sekrit-twc";
|
owner = "sekrit-twc";
|
||||||
repo = "zimg";
|
repo = "zimg";
|
||||||
rev = "release-${version}";
|
rev = "release-${version}";
|
||||||
sha256 = "0s4n1swg1hgv81l8hvf0ny0fn305vf6l6dakbj452304p6ihxd83";
|
sha256 = "0q9migrxyp5wc6lcl6gnfs1zwn1ncqna6cm7vz3c993vvmgdf1p9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user