summary refs log tree commit diff
path: root/pkgs/data/themes/yaru/default.nix
diff options
context:
space:
mode:
authorMaxine E. Aubrey <maxeaubrey@gmail.com>2020-05-23 13:56:39 +0200
committerMaxine E. Aubrey <maxeaubrey@gmail.com>2020-05-23 13:56:44 +0200
commit438aa9edff8e08ba75931356e5e40c17bff2709e (patch)
tree024309bec9aa59db8b2d770c9226b5099f520818 /pkgs/data/themes/yaru/default.nix
parent0958a7bba8b581df6934721282d0adc3f0f994ba (diff)
downloadnixpkgs-438aa9edff8e08ba75931356e5e40c17bff2709e.tar
nixpkgs-438aa9edff8e08ba75931356e5e40c17bff2709e.tar.gz
nixpkgs-438aa9edff8e08ba75931356e5e40c17bff2709e.tar.bz2
nixpkgs-438aa9edff8e08ba75931356e5e40c17bff2709e.tar.lz
nixpkgs-438aa9edff8e08ba75931356e5e40c17bff2709e.tar.xz
nixpkgs-438aa9edff8e08ba75931356e5e40c17bff2709e.tar.zst
nixpkgs-438aa9edff8e08ba75931356e5e40c17bff2709e.zip
yaru-theme: 20.04.6 -> 20.04.7
Diffstat (limited to 'pkgs/data/themes/yaru/default.nix')
-rw-r--r--pkgs/data/themes/yaru/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/yaru/default.nix b/pkgs/data/themes/yaru/default.nix
index 665452a91d8..b63d70b3c69 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.04.6";
+  version = "20.04.7";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    sha256 = "04z16bcv1xdq4acnchd6cq9a8j46zl2bjp50cj90qmd6plpiiz50";
+    sha256 = "05fpr928kgyly7ac3zf6hfw9wqgc7fjn6980ih54iqc2qffcglsk";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];