about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-02 12:37:35 +0200
committerGitHub <noreply@github.com>2024-05-02 12:37:35 +0200
commit101cdca4a306df9cec39f7111be3d636e963f4ef (patch)
treea66fe5432ba7d03d01b76a5cb02656218c4b44d6 /pkgs/data
parentc2b80ca6a96bc2462f7fa79fbf07b936919d4f98 (diff)
parent7dc3ea4dc3186acf72f08afb920bb98e51640618 (diff)
Merge pull request #308288 from r-ryantm/auto-update/yaru-theme
yaru-theme: 23.10.0 -> 24.04.2
Diffstat (limited to 'pkgs/data')
-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 4810bfd55e325..d22064014ebaf 100644
--- a/pkgs/data/themes/yaru/default.nix
+++ b/pkgs/data/themes/yaru/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "yaru";
-  version = "23.10.0";
+  version = "24.04.2";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    hash = "sha256-+Szk77QeoM4PwusxKflTh83h16qz6Es6UwDXpbydJUE=";
+    hash = "sha256-nvNJ0ppx3oete+CsklJtpDOLyUA0Oj/oUmcLjsR54MU=";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];