mint-themes: 2.1.8 -> 2.1.9

https://github.com/linuxmint/mint-themes/compare/2.1.8...2.1.9
This commit is contained in:
Bobby Rong 2024-11-26 21:25:35 +08:00
parent 1e191cba1e
commit a608ec048b
No known key found for this signature in database

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mint-themes";
version = "2.1.8";
version = "2.1.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-mkcIhZRaOUom1Rurz/IO646FSF50efLN6xfesPdyVHc=";
hash = "sha256-+RuhpM4Qk5iU+Mxi8adneUL8fpC896FGKR2HNTnc1+U=";
};
nativeBuildInputs = [