Skip to content

Commit

Permalink
Merge pull request #308288 from r-ryantm/auto-update/yaru-theme
Browse files Browse the repository at this point in the history
yaru-theme: 23.10.0 -> 24.04.2
  • Loading branch information
wegank authored May 2, 2024
2 parents c2b80ca + 7dc3ea4 commit 101cdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/themes/yaru/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "yaru";
version = "23.10.0";
version = "24.04.2";

src = fetchFromGitHub {
owner = "ubuntu";
repo = "yaru";
rev = version;
hash = "sha256-+Szk77QeoM4PwusxKflTh83h16qz6Es6UwDXpbydJUE=";
hash = "sha256-nvNJ0ppx3oete+CsklJtpDOLyUA0Oj/oUmcLjsR54MU=";
};

nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
Expand Down

0 comments on commit 101cdca

Please sign in to comment.