lxqt.libfm-qt: 2.3.1 -> 2.4.0

Diff: https://github.com/lxqt/libfm-qt/compare/2.3.1...2.4.0
This commit is contained in:
José Romildo
2026-04-22 22:18:44 -03:00
parent 9978830573
commit 2736632a4c
+2 -2
View File
@@ -15,7 +15,7 @@
qttools,
wrapQtAppsHook,
gitUpdater,
version ? "2.3.1",
version ? "2.4.0",
qtx11extras ? null,
}:
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
hash =
{
"1.4.0" = "sha256-QxPYSA7537K+/dRTxIYyg+Q/kj75rZOdzlUsmSdQcn4=";
"2.3.1" = "sha256-2PDVNMBwzDpUOkZ7GnrWDMlXBeUgCyZ6vHXurW6fr4s=";
"2.4.0" = "sha256-gfyskv/TpAdBES0+O1MrrkQqTDqtAGtDMIwv3NF7pnE=";
}
."${finalAttrs.version}";
};