lxqt.lxqt-config: 2.3.0 -> 2.3.1 (#491911)
This commit is contained in:
@@ -26,15 +26,15 @@
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lxqt-config";
|
||||
version = "2.3.0";
|
||||
version = "2.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lxqt";
|
||||
repo = "lxqt-config";
|
||||
rev = version;
|
||||
hash = "sha256-2CAQeX2X0DPmgOaAEJoCLtgjFT+Z6epc/dUCbaEIlB0=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-2fviPhSBwUU9jg3217PLbREh8MkArd2Uc4bhFXo2J7U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -86,4 +86,4 @@ stdenv.mkDerivation rec {
|
||||
teams = [ lib.teams.lxqt ];
|
||||
};
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user