libfontenc: 1.1.8 -> 1.1.9

This commit is contained in:
R. Ryantm
2026-02-14 10:04:10 +00:00
parent 9a09eea96b
commit 750b4c295f
+2 -2
View File
@@ -10,11 +10,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libfontenc";
version = "1.1.8";
version = "1.1.9";
src = fetchurl {
url = "mirror://xorg/individual/lib/libfontenc-${finalAttrs.version}.tar.xz";
hash = "sha256-ewLD1AUjbg2GgGsd6daGj+YMMTYos4NQsDKRSqT9FMY=";
hash = "sha256-nYOScFyxCAPV/h0n0jbLqz9mTiaEHOAZFru+Qwzyc+I=";
};
strictDeps = true;