libjpeg(-turbo): 1.5.2 -> 1.5.3
This commit is contained in:
parent
f7460f6890
commit
07d3bfc4b4
@ -4,11 +4,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libjpeg-turbo-${version}";
|
||||
version = "1.5.2";
|
||||
version = "1.5.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libjpeg-turbo/${name}.tar.gz";
|
||||
sha256 = "0a5m0psfp5952y5vrcs0nbdz1y9wqzg2ms0xwrx752034wxr964h";
|
||||
sha256 = "08r5b5mywwrxv4axvq80dm31cklz81grczlzlxr2xqa6pgi90j5j";
|
||||
}; # github releases still need autotools, surprisingly
|
||||
|
||||
patches =
|
||||
|
Loading…
Reference in New Issue
Block a user