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

yaru-theme: 23.10.0 -> 24.04.0
This commit is contained in:
Weijia Wang
2024-03-30 20:40:59 +01:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "yaru";
version = "23.10.0";
version = "24.04.0";
src = fetchFromGitHub {
owner = "ubuntu";
repo = "yaru";
rev = version;
hash = "sha256-+Szk77QeoM4PwusxKflTh83h16qz6Es6UwDXpbydJUE=";
hash = "sha256-KvpA86YL6toVklRPu4hP3j3w+Q0h/n6mZRZgk3HvMfc=";
};
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];