xfe: 2.1.1 -> 2.1.2 (#476451)

This commit is contained in:
Mathew Polzin
2026-01-08 04:00:08 +00:00
committed by GitHub
+2 -2
View File
@@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "xfe";
version = "2.1.1";
version = "2.1.2";
src = fetchurl {
url = "mirror://sourceforge/xfe/xfe-${version}.tar.xz";
sha256 = "sha256-41c2NUbaeQd/XlpUZGS+HtiinVH6PN8Ekt4RjZppOLs=";
sha256 = "sha256-jgDgd/DOB92v19SAGqBnTHIYQE+EohgDvvFCwTNDJlE=";
};
nativeBuildInputs = [