lxqt.libfm-qt: 2.0.1 -> 2.0.2

Diff: https://github.com/lxqt/libfm-qt/compare/2.0.1...2.0.2
This commit is contained in:
José Romildo 2024-05-08 15:33:45 -03:00
parent c459868572
commit 1551b68456

View File

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