xfontsel: 1.1.1 -> 1.1.2 (#538537)

This commit is contained in:
Yohann Boniface 2026-07-05 21:34:10 +00:00 committed by GitHub
commit 31499b1841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,11 +14,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xfontsel";
version = "1.1.1";
version = "1.1.2";
src = fetchurl {
url = "mirror://xorg/individual/app/xfontsel-${finalAttrs.version}.tar.xz";
hash = "sha256-ekuGZYp3ASU+0P6KZkceVOTKy7pm1yePF1nTs6M6Ask=";
hash = "sha256-eP8Bh1fHsiE3z101Ju9ek4i8DN6tHwDa8siY4uJ0VT8=";
};
nativeBuildInputs = [