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-03-30 20:40:59 +0100
committerGitHub <noreply@github.com>2024-03-30 20:40:59 +0100
commitf95f063db9b70de5db57b9ac4c67d9c084cce6a2 (patch)
treef234c8a2e11bf2441137dfc6dabd32323eee64f9 /pkgs/data
parentb9fba268cca89b6a1a690af0f20f544c0a4e7daf (diff)
parent51adef6fc88c061726ac9f93e52c57f45da1ee81 (diff)
Merge pull request #298025 from r-ryantm/auto-update/yaru-theme
yaru-theme: 23.10.0 -> 24.04.0
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..bedf4482f74af 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.0";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    hash = "sha256-+Szk77QeoM4PwusxKflTh83h16qz6Es6UwDXpbydJUE=";
+    hash = "sha256-KvpA86YL6toVklRPu4hP3j3w+Q0h/n6mZRZgk3HvMfc=";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];