lxqt.libqtxdg: 4.3.0 -> 4.4.0

Diff: https://github.com/lxqt/libqtxdg/compare/4.3.0...4.4.0
This commit is contained in:
José Romildo
2026-04-22 22:19:07 -03:00
parent 69f6ead9b5
commit 6dc13bb6dd
+2 -2
View File
@@ -8,7 +8,7 @@
lxqt-build-tools,
wrapQtAppsHook,
gitUpdater,
version ? "4.3.0",
version ? "4.4.0",
}:
stdenv.mkDerivation (finalAttrs: {
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
hash =
{
"3.12.0" = "sha256-y+3noaHubZnwUUs8vbMVvZPk+6Fhv37QXUb//reedCU=";
"4.3.0" = "sha256-aec+NjKkaH8dI0cFVxGehdRGO2aH6BD+aix+IvD+2LI=";
"4.4.0" = "sha256-9Hj5RnPWtqRkzhrAuXoHnMAQloFbnF/8koPT8ExfSAs=";
}
."${finalAttrs.version}";
};