summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2023-04-17 14:37:50 +0200
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2023-04-17 14:37:50 +0200
commit757b6381ec238148d9a8a6c1aeec3240981b513c (patch)
tree0d62054bda8401e1b9d859ebe430da40167925bb
parent15e8ee51d47ff4a57ee7ceb92d7b7924e7f550b3 (diff)
downloadnixpkgs-757b6381ec238148d9a8a6c1aeec3240981b513c.tar
nixpkgs-757b6381ec238148d9a8a6c1aeec3240981b513c.tar.gz
nixpkgs-757b6381ec238148d9a8a6c1aeec3240981b513c.tar.bz2
nixpkgs-757b6381ec238148d9a8a6c1aeec3240981b513c.tar.lz
nixpkgs-757b6381ec238148d9a8a6c1aeec3240981b513c.tar.xz
nixpkgs-757b6381ec238148d9a8a6c1aeec3240981b513c.tar.zst
nixpkgs-757b6381ec238148d9a8a6c1aeec3240981b513c.zip
yaru-theme: 22.10.3 -> 23.04.4
-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 a056a405c04..b4e50252fe5 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.10.3";
+  version = "23.04.4";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    hash = "sha256-ZWt9I/Q5p6fAkheR6QlZI1DI/HL8bSNmHuO5+V3vunY=";
+    hash = "sha256-8MtRYNJJVhZzE5Ds1HSk+Ej3FUD/z2hGZAsuCeGzWb4=";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];