Merge pull request #308288 from r-ryantm/auto-update/yaru-theme

yaru-theme: 23.10.0 -> 24.04.2

authored by Weijia Wang and committed by GitHub 101cdca4 c2b80ca6

+2 -2
+2 -2
pkgs/data/themes/yaru/default.nix
··· 16 16 17 17 stdenv.mkDerivation rec { 18 18 pname = "yaru"; 19 - version = "23.10.0"; 19 + version = "24.04.2"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "ubuntu"; 23 23 repo = "yaru"; 24 24 rev = version; 25 - hash = "sha256-+Szk77QeoM4PwusxKflTh83h16qz6Es6UwDXpbydJUE="; 25 + hash = "sha256-nvNJ0ppx3oete+CsklJtpDOLyUA0Oj/oUmcLjsR54MU="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];