mint-themes: 2.2.2 -> 2.2.3

https://github.com/linuxmint/mint-themes/compare/2.2.2...2.2.3
This commit is contained in:
Bobby Rong 2025-01-11 10:57:23 +08:00
parent 477082593b
commit b0e95ce159
No known key found for this signature in database

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mint-themes";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-97H2gVSZh0azl2ui4iWsNqgKzkBXRo6Daza2XtRdqII=";
hash = "sha256-QCf0hF1qtTiYo9F/M3UiCrGj6EPSrrSWZaLXqH0UNWs=";
};
nativeBuildInputs = [