summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 17:30:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 17:30:00 +0000
commitb9970b4fb4d5703a88f561f5c6566cc655237017 (patch)
treeb4093d7032c352abc57538d0f33c7eb2638422ea
parentf49aa165fb86e9d524449bfda9fdf829619bdf2b (diff)
downloadnixpkgs-b9970b4fb4d5703a88f561f5c6566cc655237017.tar
nixpkgs-b9970b4fb4d5703a88f561f5c6566cc655237017.tar.gz
nixpkgs-b9970b4fb4d5703a88f561f5c6566cc655237017.tar.bz2
nixpkgs-b9970b4fb4d5703a88f561f5c6566cc655237017.tar.lz
nixpkgs-b9970b4fb4d5703a88f561f5c6566cc655237017.tar.xz
nixpkgs-b9970b4fb4d5703a88f561f5c6566cc655237017.tar.zst
nixpkgs-b9970b4fb4d5703a88f561f5c6566cc655237017.zip
yaru-theme: 21.10.2 -> 22.04.1
-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 64bd3eb5eeb..eb62da715ce 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 = "21.10.2";
+  version = "22.04.1";
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
     rev = version;
-    sha256 = "sha256-VN/jgKGM2Th+2nv91vEz47kmQiBx8xAiEVbtXwhZg6U=";
+    sha256 = "sha256-5mB5eTIPw4CqYSQm675MKbRwsYLpg+5WJrLDkbc6nKs=";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];