3
0
Fork 0
forked from mirrors/nixpkgs

libgsf: 1.14.42 -> 1.14.44 (#46054)

This commit is contained in:
Vincent Laporte 2018-09-05 16:55:35 +02:00 committed by xeji
parent 8df9543476
commit 7fac51740a

View file

@ -2,11 +2,11 @@
, python, perl, gdk_pixbuf, libiconv, libintl }:
stdenv.mkDerivation rec {
name = "libgsf-1.14.42";
name = "libgsf-1.14.44";
src = fetchurl {
url = "mirror://gnome/sources/libgsf/1.14/${name}.tar.xz";
sha256 = "1hhdz0ymda26q6bl5ygickkgrh998lxqq4z9i8dzpcvqna3zpzr9";
sha256 = "1ppzfk3zmmgrg9jh8vc4dacddbfngjslq2wpj94pcr3i0c8dxgk8";
};
nativeBuildInputs = [ pkgconfig intltool libintl ];