3
0
Fork 0
forked from mirrors/nixpkgs

xfe: 1.45 -> 1.46

This commit is contained in:
R. Ryantm 2024-01-06 06:55:31 +00:00
parent ad41959648
commit 2b46e6cbc7

View file

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "xfe";
version = "1.45";
version = "1.46";
src = fetchurl {
url = "mirror://sourceforge/xfe/xfe-${version}.tar.xz";
sha256 = "sha256-RmvVUzqCsRRwXgC4Yabt46uFHnL0XFWncQfXDG+owDc=";
sha256 = "sha256-80rtoetmipDObW8BHL2US7305Jo5TFrQrIg6DzLoR/k=";
};
nativeBuildInputs = [ pkg-config intltool ];