xrdb: 1.2.2 -> 1.2.3

Changes: https://lists.x.org/archives/xorg/2026-July/062258.html
This commit is contained in:
Sergei Trofimovich
2026-07-11 08:03:30 +01:00
parent 3dcc696095
commit fcd9d5b20b
+2 -2
View File
@@ -13,7 +13,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xrdb";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "app";
repo = "xrdb";
tag = "xrdb-${finalAttrs.version}";
hash = "sha256-XCi/E6tVaLYGRsMWJalCl1J8VIT4xV6KFuo+K//LQGY=";
hash = "sha256-dD9gYceg9RDfTIXBtMT/QFjoByu0cH/imBKAmSMM+7A=";
};
strictDeps = true;