libgsf: update from 1.14.26 to 1.14.28

This commit is contained in:
Nixpkgs Monitor 2013-12-13 22:58:45 +02:00 committed by Evgeny Egorochkin
parent fd78d4d389
commit faa3c3c00b

View File

@ -4,11 +4,11 @@
with { inherit (stdenv.lib) optionals; };
stdenv.mkDerivation rec {
name = "libgsf-1.14.26";
name = "libgsf-1.14.28";
src = fetchurl {
url = "mirror://gnome/sources/libgsf/1.14/${name}.tar.xz";
sha256 = "1md67l60li7rkma9m6mwchqz6b6q4xsfr38c6n056y6xm8jyf6c9";
sha256 = "1r6bkwramb6qglmgbjmqvr5sahbfmql057ql97mx99fs3x7r357a";
};
nativeBuildInputs = [ pkgconfig intltool ];