about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-04 16:29:38 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-14 15:48:06 +0800
commit21b308be5f6a611c60f59c8d104889dd667f8785 (patch)
tree6e09fa5d1c4ef9b22e25c13cf403bdbd44f6ca7f /pkgs/desktops
parent9447fa6d244de3cb35f917699e6c3bd86f328455 (diff)
cinnamon.mint-themes: 2.0.9 -> 2.1.2
https://github.com/linuxmint/mint-themes/compare/2.0.9...2.1.2
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/cinnamon/mint-themes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/mint-themes/default.nix b/pkgs/desktops/cinnamon/mint-themes/default.nix
index 4fa869a5ef319..ed7d011bc4f72 100644
--- a/pkgs/desktops/cinnamon/mint-themes/default.nix
+++ b/pkgs/desktops/cinnamon/mint-themes/default.nix
@@ -8,13 +8,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "mint-themes";
-  version = "2.0.9";
+  version = "2.1.2";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    hash = "sha256-FvX4r7AZgSq52T9CKE9RagsKgQXExTYPptQBXadA3eI=";
+    hash = "sha256-Y+KmSKuREn2E3FySsScjL+oSpSFnyEqhoXQfU++86JY=";
   };
 
   nativeBuildInputs = [