xfe: Update from 1.34 to 1.37

Closes #4362
This commit is contained in:
Baptist BENOIST 2014-09-17 13:29:53 +02:00 committed by Mateusz Kowalczyk
parent 7a610e8b67
commit def23d5694

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, fox, pkgconfig, gettext, x11, gcc, intltool, file, libpng }:
stdenv.mkDerivation rec {
name = "xfe-1.34";
name = "xfe-1.37";
src = fetchurl {
url = "mirror://sourceforge/xfe/${name}.tar.gz";
sha256 = "0y6gi8vdvw1prz7dv7wadf7v8gl6g75jrlrl5jnsb71l1431ncay";
sha256 = "1g9a0bpny2m7ixgxpqjh0wvh2x6d0lpj6682zn5dfqwan4j2xfsd";
};
buildInputs = [ fox pkgconfig gettext x11 gcc intltool file libpng ];