lxqt.libfm-qt: 2.0.2 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:13 -03:00
parent 7ac4672737
commit 5f87c693d5

View File

@ -15,7 +15,7 @@
, qttools , qttools
, wrapQtAppsHook , wrapQtAppsHook
, gitUpdater , gitUpdater
, version ? "2.0.2" , version ? "2.1.0"
, qtx11extras ? null , qtx11extras ? null
}: }:
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
rev = version; rev = version;
hash = { hash = {
"1.4.0" = "sha256-QxPYSA7537K+/dRTxIYyg+Q/kj75rZOdzlUsmSdQcn4="; "1.4.0" = "sha256-QxPYSA7537K+/dRTxIYyg+Q/kj75rZOdzlUsmSdQcn4=";
"2.0.2" = "sha256-Ntj+yixGGGgL8ylRv2IJsWtapxE71JNl9cC9K0JToNU="; "2.1.0" = "sha256-yH3lyOpmDWjA3bV6msjw7fShs1HnAFOmkGer2Z9N/Tg=";
}."${version}"; }."${version}";
}; };