libxi: 1.8.2 -> 1.8.3

Changes: https://lists.x.org/archives/xorg-announce/2026-May/003698.html
This commit is contained in:
Sergei Trofimovich
2026-05-18 21:31:08 +01:00
parent 3570433a71
commit e07e1835f5

View File

@@ -12,7 +12,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libxi";
version = "1.8.2";
version = "1.8.3";
outputs = [
"out"
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://xorg/individual/lib/libXi-${finalAttrs.version}.tar.xz";
hash = "sha256-0OBVXlPW4hFOq/pEImuhYtJwhQGiXhjZnPs1wJTGwQQ=";
hash = "sha256-etYAVvAa9PeGz+k7OncHRHcRYm/I2iY3vscakECbq+U=";
};
strictDeps = true;