gdk_pixbuf: 2.30.8 -> 2.31.3
This commit is contained in:
parent
c0cb4e1ef7
commit
755230967b
@ -2,15 +2,15 @@
|
|||||||
, jasper, libintlOrEmpty, gobjectIntrospection }:
|
, jasper, libintlOrEmpty, gobjectIntrospection }:
|
||||||
|
|
||||||
let
|
let
|
||||||
ver_maj = "2.30";
|
ver_maj = "2.31";
|
||||||
ver_min = "8";
|
ver_min = "3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gdk-pixbuf-${ver_maj}.${ver_min}";
|
name = "gdk-pixbuf-${ver_maj}.${ver_min}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gdk-pixbuf/${ver_maj}/${name}.tar.xz";
|
url = "mirror://gnome/sources/gdk-pixbuf/${ver_maj}/${name}.tar.xz";
|
||||||
sha256 = "1gpqpskp4zzf7h35bp247jcvnk6rxc52r69pb11v8g8i2q386ls8";
|
sha256 = "ddd861747bb7c580acce7cfa3ce38c3f52a9516e66a6477988fd100c8fb9eabc";
|
||||||
};
|
};
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user