yaru-theme: 20.10.1 -> 20.10.6.1 (#114289)
* yaru-theme: 20.10.1 -> 20.10.6.1
* yaru-theme: update licenses
based on 1b74404c40/debian/copyright
This commit is contained in:
parent
f02fc10d0d
commit
a2bb936e2a
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "yaru";
|
pname = "yaru";
|
||||||
version = "20.10.2";
|
version = "20.10.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ubuntu";
|
owner = "ubuntu";
|
||||||
repo = "yaru";
|
repo = "yaru";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0vxs17nbahrdix1q9xj06nflm344lfgj2mrafsvyfcr2isn61iv6";
|
sha256 = "0kcmxfz2rfav7aj5v1vv335vqzyj0n53lbhwx0g6gxxfi0x3vv6v";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
|
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Ubuntu community theme 'yaru' - default Ubuntu theme since 18.10";
|
description = "Ubuntu community theme 'yaru' - default Ubuntu theme since 18.10";
|
||||||
homepage = "https://github.com/ubuntu/yaru";
|
homepage = "https://github.com/ubuntu/yaru";
|
||||||
license = with licenses; [ cc-by-sa-40 gpl3 ];
|
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.jD91mZM2 ];
|
maintainers = [ maintainers.jD91mZM2 ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user