xfe: 1.46 -> 1.46.1

This commit is contained in:
R. Ryantm 2024-03-04 00:53:04 +00:00
parent 8727dcf55f
commit 3b8496a49f

View file

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