about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorAnselm Schüler <mail@anselmschueler.com>2022-10-15 23:14:49 +0200
committerAnselm Schüler <mail@anselmschueler.com>2022-10-15 23:14:49 +0200
commit6e7982faec3b664add1549cb5024247fb6ad12bd (patch)
treedae9ab077cc465919d6465ae11b342ab7cef14ec /pkgs/data/themes
parente6d6133ee8ec2c5e26398cbfb46e2c4f7ee42565 (diff)
yaru-theme: 22.04.4 -> 22.10.3
Diffstat (limited to 'pkgs/data/themes')
-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 18c471e4f96b1..a056a405c0440 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 = "22.04.4";
+  version = "22.10.3";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    sha256 = "sha256-EnlzjJDbiMIImn0XmiurK++JnD/kBqv4Mw6B/ps8d4Y=";
+    hash = "sha256-ZWt9I/Q5p6fAkheR6QlZI1DI/HL8bSNmHuO5+V3vunY=";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];