about summary refs log tree commit diff
path: root/pkgs/data/themes/yaru
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-30 19:48:37 +0000
committerJon <jonringer@users.noreply.github.com>2020-01-30 22:03:51 -0800
commit00355c593a62114a8541e9c7535c20e9b6a00f46 (patch)
tree6fc74832f1fd484498da33f2edf010817afb61cd /pkgs/data/themes/yaru
parent55dcf5dbbde6480c38ea855753b5b4ad2c288035 (diff)
yaru-theme: 19.10.4 -> 19.10.5
Diffstat (limited to 'pkgs/data/themes/yaru')
-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 f83dbc3ebcc92..2c3686f63d044 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 = "19.10.4";
+  version = "19.10.5";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    sha256 = "1dj6awlz13787783ds9mdid75rd4vvgpg52h6x19pxdga3k17s9b";
+    sha256 = "0d53flfkb01kycchdhv72ga0qh8947bxvm5njfrrbk6rqfg0zc1v";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];