Merge pull request #164964 from schuelermine/update-yaru-theme-22.04.2

yaru-theme: 22.04.1 -> 22.04.2
This commit is contained in:
maxine [they] 2022-03-20 14:20:27 +01:00 committed by GitHub
commit 523b9f0a90
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.1";
version = "22.04.2";
src = fetchFromGitHub {
owner = "ubuntu";
repo = "yaru";
rev = version;
sha256 = "sha256-5mB5eTIPw4CqYSQm675MKbRwsYLpg+5WJrLDkbc6nKs=";
sha256 = "sha256-oW5OOJPhC3OB3GIQWTQxPgqE7p4bAO1TyVbyKUHnyD0=";
};
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];