mozjpeg: 3.1 -> 3.2

This commit is contained in:
Vinh Le 2017-05-05 12:57:53 +08:00
parent 244b05e5e5
commit 5ed9d8df86

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, file, pkgconfig, libpng, nasm }:
stdenv.mkDerivation rec {
version = "3.1";
version = "3.2";
name = "mozjpeg-${version}";
src = fetchurl {
url = "https://github.com/mozilla/mozjpeg/releases/download/v${version}/mozjpeg-${version}-release-source.tar.gz";
sha256 = "07vs0xq9di7bv3y68daig8dvxvjqrn8a5na702gj3nn58a1xivfy";
sha256 = "0wvv5qh1jasz8apq93c3j9d5wd22j7lld9dr06p76yj4mpnc3v4a";
};
postPatch = ''