mint-themes: 2.1.9 -> 2.2.0

This commit is contained in:
R. Ryantm
2024-12-02 12:27:13 +00:00
parent 7746ea9889
commit baad7715ea
+2 -2
View File
@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mint-themes";
version = "2.1.9";
version = "2.2.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-+RuhpM4Qk5iU+Mxi8adneUL8fpC896FGKR2HNTnc1+U=";
hash = "sha256-aB44YMaf4cCFv26zn9ZPeJA7lTdGE5ePI1TkKkG+Ekw=";
};
nativeBuildInputs = [