lxqt.lxqt-themes: 1.3.0 -> 2.0.0

This commit is contained in:
José Romildo 2024-04-18 14:21:42 -03:00
parent 04da2ce15d
commit 68e00b8029
1 changed files with 4 additions and 4 deletions

View File

@ -1,20 +1,20 @@
{ lib
, mkDerivation
, stdenv
, fetchFromGitHub
, cmake
, lxqt-build-tools
, gitUpdater
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "lxqt-themes";
version = "1.3.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-bmkvg62lNFRhSerKFSo2POP8MWa1ZrdSi2E9nWDQSRQ=";
hash = "sha256-bAdwC1YrXCT4eJUafTK6kcfQ/YnMbBLHyyWvsBLIisA=";
};
nativeBuildInputs = [