mint-themes: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2024-12-14 05:00:47 +00:00
parent 89bd1312a6
commit b130901eda
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mint-themes";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-aB44YMaf4cCFv26zn9ZPeJA7lTdGE5ePI1TkKkG+Ekw=";
hash = "sha256-vKIAIaMW1iY85/IeoYeXT1Po+3o+Q6D6RcoA0kpjJoI=";
};
nativeBuildInputs = [