lxqt.libfm-qt: 2.0.0 -> 2.0.1

Diff: https://github.com/lxqt/libfm-qt/compare/2.0.0...2.0.1
This commit is contained in:
José Romildo 2024-05-07 20:59:43 -03:00
parent 49391bf524
commit 510668d8cd

View File

@ -15,7 +15,7 @@
, qttools , qttools
, wrapQtAppsHook , wrapQtAppsHook
, gitUpdater , gitUpdater
, version ? "2.0.0" , version ? "2.0.1"
, 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.0" = "sha256-vWkuPdG5KaT6KMr1NJGt7JBUd1z3wROKY79otsrRsuI="; "2.0.1" = "sha256-iU55tUjN01+hTHTM6784OxoAiK6SbsSnUXHTL56iIF0=";
}."${version}"; }."${version}";
}; };