Merge pull request #309983 from romildo/upd.libfm-qt
lxqt.libfm-qt: 2.0.0 -> 2.0.1
This commit is contained in:
commit
757c139be6
1 changed files with 2 additions and 2 deletions
|
@ -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}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue