yaru-theme: 22.04.2 -> 22.04.3.1

This commit is contained in:
Maxine Aubrey 2022-03-31 18:07:27 +02:00
parent c99d4dc0ad
commit f6a4228db4
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

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 ];