Merge pull request #293129 from r-ryantm/auto-update/xfe

xfe: 1.46 -> 1.46.1
This commit is contained in:
Weijia Wang 2024-03-17 00:28:30 +01:00 committed by GitHub
commit 2eff0f9d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];