libx11: 1.8.12 -> 1.8.13

Changes: https://lists.x.org/archives/xorg-announce/2026-February/003669.html
This commit is contained in:
Sergei Trofimovich
2026-02-09 06:47:15 +00:00
parent 1f05c8b009
commit f6032f73eb
+2 -2
View File
@@ -13,7 +13,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libx11";
version = "1.8.12";
version = "1.8.13";
outputs = [
"out"
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://xorg/individual/lib/libX11-${finalAttrs.version}.tar.xz";
hash = "sha256-+gJvm7AST01sgI+a70BXqtZeezXY/0OVHO8Kvga7mpo=";
hash = "sha256-aWBvSFwsB8FO9k91t7sybUhYevM3ldmrPmB8C1+U8Rw=";
};
strictDeps = true;