Merge pull request #89161 from romildo/upd.liblxqt

lxqt.liblxqt: 0.15.0 -> 0.15.1
This commit is contained in:
José Romildo Malaquias 2020-05-30 09:58:08 -03:00 committed by GitHub
commit 90529b977e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
mkDerivation rec { mkDerivation rec {
pname = "liblxqt"; pname = "liblxqt";
version = "0.15.0"; version = "0.15.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1dqxsz8fy6xyzbkxhsymmr71yw4d5dwjgqd4rdjn0r9gk8ajrfzp"; sha256 = "01vfy7r7h0c5axlwqwsxg3pzdlaicnf2474bcq3jwk12gipvj5sd";
}; };
nativeBuildInputs = [ nativeBuildInputs = [