xfe: 2.0.1 -> 2.1.1 (#412861)

This commit is contained in:
Wolfgang Walther 2025-06-01 13:10:04 +00:00 committed by GitHub
commit b129c4607b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "xfe";
version = "2.0.1";
version = "2.1.1";
src = fetchurl {
url = "mirror://sourceforge/xfe/xfe-${version}.tar.xz";
sha256 = "sha256-vlu0yshT72rWQB0aqCleIsdJSZ4kEL8MUsYET1VqJbM=";
sha256 = "sha256-41c2NUbaeQd/XlpUZGS+HtiinVH6PN8Ekt4RjZppOLs=";
};
nativeBuildInputs = [