mint-themes: 2.2.6 -> 2.3.0

https://github.com/linuxmint/mint-themes/compare/2.2.6...2.3.0
This commit is contained in:
Bobby Rong 2025-07-17 00:04:31 +08:00
parent 62e0f05ede
commit 0e7fd3eb2c
No known key found for this signature in database

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "mint-themes"; pname = "mint-themes";
version = "2.2.6"; version = "2.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "mint-themes"; repo = "mint-themes";
rev = version; rev = version;
hash = "sha256-O1ky967RWrd5L2RGl7SC2ZsvaM8FMmSmroJKcItD+ck="; hash = "sha256-5nYD4fBZlCQvCwtckjW4ELg4zdKofXhWGmD3nsvHoO8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [