Merge pull request #196202 from schuelermine/update/yaru-theme/22.10.3

This commit is contained in:
maxine 2022-10-16 17:27:34 +02:00 committed by GitHub
commit c1ba5b4938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "yaru";
version = "22.04.4";
version = "22.10.3";
src = fetchFromGitHub {
owner = "ubuntu";
repo = "yaru";
rev = version;
sha256 = "sha256-EnlzjJDbiMIImn0XmiurK++JnD/kBqv4Mw6B/ps8d4Y=";
hash = "sha256-ZWt9I/Q5p6fAkheR6QlZI1DI/HL8bSNmHuO5+V3vunY=";
};
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];