lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

xfe: Update from 1.34 to 1.37

Closes #4362

authored by

Baptist BENOIST and committed by
Mateusz Kowalczyk
def23d56 7a610e8b

+2 -2
+2 -2
pkgs/applications/misc/xfe/default.nix
··· 1 1 { stdenv, fetchurl, fox, pkgconfig, gettext, x11, gcc, intltool, file, libpng }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "xfe-1.34"; 4 + name = "xfe-1.37"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://sourceforge/xfe/${name}.tar.gz"; 8 - sha256 = "0y6gi8vdvw1prz7dv7wadf7v8gl6g75jrlrl5jnsb71l1431ncay"; 8 + sha256 = "1g9a0bpny2m7ixgxpqjh0wvh2x6d0lpj6682zn5dfqwan4j2xfsd"; 9 9 }; 10 10 11 11 buildInputs = [ fox pkgconfig gettext x11 gcc intltool file libpng ];