Merge pull request #166589 from maxeaubrey/yaru_22.04.3.1

yaru-theme: 22.04.2 -> 22.04.3.1
This commit is contained in:
maxine [they] 2022-04-01 10:33:49 +02:00 committed by GitHub
commit db5e4dbdd5
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.2";
version = "22.04.3.1";
src = fetchFromGitHub {
owner = "ubuntu";
repo = "yaru";
rev = version;
sha256 = "sha256-oW5OOJPhC3OB3GIQWTQxPgqE7p4bAO1TyVbyKUHnyD0=";
sha256 = "sha256-nNI6Nm3ZpIJRTbIbe/P9cKofcthb6qWKjn81/ZpPo2g=";
};
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];