cinnamon.mint-themes: 2.0.9 -> 2.1.2

https://github.com/linuxmint/mint-themes/compare/2.0.9...2.1.2
This commit is contained in:
Bobby Rong 2023-06-04 16:29:38 +08:00
parent 9447fa6d24
commit 21b308be5f
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.0.9"; version = "2.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-FvX4r7AZgSq52T9CKE9RagsKgQXExTYPptQBXadA3eI="; hash = "sha256-Y+KmSKuREn2E3FySsScjL+oSpSFnyEqhoXQfU++86JY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [