Merge pull request #309983 from romildo/upd.libfm-qt

lxqt.libfm-qt: 2.0.0 -> 2.0.1
This commit is contained in:
Nick Cao 2024-05-08 10:29:28 -04:00 committed by GitHub
commit 757c139be6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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