1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

yaru-theme: 24.04.3 -> 24.10.4

This commit is contained in:
R. Ryantm 2024-10-15 05:43:57 +00:00 committed by Weijia Wang
parent 1546e0871c
commit 8aab227a0f

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "yaru";
version = "24.04.3";
version = "24.10.4";
src = fetchFromGitHub {
owner = "ubuntu";
repo = "yaru";
rev = version;
hash = "sha256-Z0qW3hW5Sije5Hn6OB9f5M6xnmMmRnP76p0kjiQZznw=";
hash = "sha256-ioBni/prc2HzrXd6zBgZQQsfQDWxlfWOphtY0o/8uM0=";
};
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];