summary refs log tree commit diff
path: root/pkgs/data/themes/yaru/default.nix
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2021-02-25 11:59:25 +0100
committerGitHub <noreply@github.com>2021-02-25 11:59:25 +0100
commita2bb936e2abf0a5125be05d81d4ca66129062317 (patch)
tree8a97a0f5a05ec377c4ac95c1a7d42c08d81a174e /pkgs/data/themes/yaru/default.nix
parentf02fc10d0dd79559de62e265da091d58f251a030 (diff)
downloadnixpkgs-a2bb936e2abf0a5125be05d81d4ca66129062317.tar
nixpkgs-a2bb936e2abf0a5125be05d81d4ca66129062317.tar.gz
nixpkgs-a2bb936e2abf0a5125be05d81d4ca66129062317.tar.bz2
nixpkgs-a2bb936e2abf0a5125be05d81d4ca66129062317.tar.lz
nixpkgs-a2bb936e2abf0a5125be05d81d4ca66129062317.tar.xz
nixpkgs-a2bb936e2abf0a5125be05d81d4ca66129062317.tar.zst
nixpkgs-a2bb936e2abf0a5125be05d81d4ca66129062317.zip
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 https://github.com/ubuntu/yaru/blob/1b74404c407ebf5a8487e9f138173701af8cb3e0/debian/copyright
Diffstat (limited to 'pkgs/data/themes/yaru/default.nix')
-rw-r--r--pkgs/data/themes/yaru/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/yaru/default.nix b/pkgs/data/themes/yaru/default.nix
index 7121aed9b1e..29176c664ca 100644
--- a/pkgs/data/themes/yaru/default.nix
+++ b/pkgs/data/themes/yaru/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "yaru";
-  version = "20.10.2";
+  version = "20.10.6.1";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    sha256 = "0vxs17nbahrdix1q9xj06nflm344lfgj2mrafsvyfcr2isn61iv6";
+    sha256 = "0kcmxfz2rfav7aj5v1vv335vqzyj0n53lbhwx0g6gxxfi0x3vv6v";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Ubuntu community theme 'yaru' - default Ubuntu theme since 18.10";
     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;
     maintainers = [ maintainers.jD91mZM2 ];
   };