Skip to content

Commit 28a0005

Browse files
authored
xfe: 2.0 -> 2.0.1 (NixOS#390794)
2 parents c57e66f + 5364044 commit 28a0005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/file-managers/xfe/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "xfe";
20-
version = "2.0";
20+
version = "2.0.1";
2121

2222
src = fetchurl {
2323
url = "mirror://sourceforge/xfe/xfe-${version}.tar.xz";
24-
sha256 = "sha256-oGqBZjBL/Uc1+ZJZCVnUxwFvWAT+2mQGZgygTZuymEg=";
24+
sha256 = "sha256-vlu0yshT72rWQB0aqCleIsdJSZ4kEL8MUsYET1VqJbM=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)