xorg.libXinerama: 1.1.5 -> 1.1.6

This commit is contained in:
R. Ryantm
2026-01-26 12:34:08 +00:00
parent c2070b5fd6
commit 4a238ad21f
+2 -2
View File
@@ -11,7 +11,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libxinerama";
version = "1.1.5";
version = "1.1.6";
outputs = [
"out"
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://xorg/individual/lib/libXinerama-${finalAttrs.version}.tar.xz";
hash = "sha256-UJTR8PzBgoyxaW0NOdnoZq4yUgxU0B9hjxo8HjDCCFw=";
hash = "sha256-0A/BWZwwPcXLwSK4BovcdAXW/LGQYPRZf8Ub06i+Udc=";
};
strictDeps = true;