zimg: 2.3 -> 2.4

This commit is contained in:
rnhmjoj 2017-02-04 19:32:13 +01:00
parent 9e299acf87
commit 4e83364a1d
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C
1 changed files with 8 additions and 8 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec{
name = "zimg-${version}";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "sekrit-twc";
repo = "zimg";
rev = "9cbe9b0de66a690bdd142bae0e656e27c1f50ade";
sha256 = "1qj5fr8ghgnyfjzdvgkvplicqsgyp05g3pvsdrg9yivvx32291hp";
rev = "v${version}";
sha256 = "11pk8a5manr751jhy0xrql57jzab57lwqjxbpd8kvm9m8b51icwq";
};
buildInputs = [ autoreconfHook ];