lxqt.libfm-qt: 2.3.0 -> 2.3.1

Diff: https://github.com/lxqt/libfm-qt/compare/2.3.0...2.3.1
This commit is contained in:
José Romildo
2025-12-23 16:41:00 -03:00
parent e3fab530a0
commit 96e766ff5c
+2 -2
View File
@@ -15,7 +15,7 @@
qttools,
wrapQtAppsHook,
gitUpdater,
version ? "2.3.0",
version ? "2.3.1",
qtx11extras ? null,
}:
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
hash =
{
"1.4.0" = "sha256-QxPYSA7537K+/dRTxIYyg+Q/kj75rZOdzlUsmSdQcn4=";
"2.3.0" = "sha256-A0kBwLiPvHIsJWQvg6lwb5lrojU8oDDQYHuC2pTXdPc=";
"2.3.1" = "sha256-2PDVNMBwzDpUOkZ7GnrWDMlXBeUgCyZ6vHXurW6fr4s=";
}
."${finalAttrs.version}";
};