yaru-theme: 25.10.1 -> 25.10.2

This commit is contained in:
R. Ryantm
2025-09-04 12:41:38 +00:00
parent 925947a4cc
commit fd7c397960
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "yaru";
version = "25.10.1";
version = "25.10.2";
src = fetchFromGitHub {
owner = "ubuntu";
repo = "yaru";
rev = version;
hash = "sha256-+ZJxzJkWl/yIX1MtpJ72O2phRh4FZY8CTDPAB15jCSU=";
hash = "sha256-3NTqRmAdO3+9e9B7Fe0B9PPeMUBAmin+51cfqAijV0w=";
};
nativeBuildInputs = [