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-04-11 20:16:11 +0200
committerGitHub <noreply@github.com>2024-04-11 20:16:11 +0200
commiteed1d7025bb4497374d78eefac63b305d76f808c (patch)
tree06618632e4fbc4d721a760587b00d0a13cf576c7 /pkgs/data
parent410b95ef0ef0e7021173bff950fe7ba17695a193 (diff)
parentca45605a5719d763f3129d6f411b4eb10fe57e34 (diff)
Merge pull request #303407 from Aleksanaa/revert-yaru
Revert "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 bedf4482f74af..4810bfd55e325 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.0";
+  version = "23.10.0";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    hash = "sha256-KvpA86YL6toVklRPu4hP3j3w+Q0h/n6mZRZgk3HvMfc=";
+    hash = "sha256-+Szk77QeoM4PwusxKflTh83h16qz6Es6UwDXpbydJUE=";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];