about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-15 09:42:35 -0400
committerGitHub <noreply@github.com>2024-06-15 09:42:35 -0400
commit726dc066bd7abe6bfb78f3be25a685995aa4674a (patch)
tree8d6138424cd23328c9e2816e1fcbabfde217f645 /pkgs/data
parent45e516843484949ff84a55c72d5ef495e4a53257 (diff)
parent1ad517b090c39efc16152edd7d43cd960388b37c (diff)
Merge pull request #319977 from r-ryantm/auto-update/yaru-theme
yaru-theme: 24.04.2 -> 24.04.3
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 d22064014ebaf..c49a35e85dab4 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 = "24.04.2";
+  version = "24.04.3";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    hash = "sha256-nvNJ0ppx3oete+CsklJtpDOLyUA0Oj/oUmcLjsR54MU=";
+    hash = "sha256-Z0qW3hW5Sije5Hn6OB9f5M6xnmMmRnP76p0kjiQZznw=";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];