about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-26 22:00:26 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-26 22:00:51 +0800
commit5bed31475f6e1911e968d9ca45ba28691296f69f (patch)
tree269bb832d930e08b039afa6d6a145b384fbea5e9 /pkgs/desktops
parentf2dc536888b3c62f0bcb0cd95fee95ac4432a054 (diff)
cinnamon.mint-themes: 2.1.2 -> 2.1.3
https://github.com/linuxmint/mint-themes/compare/2.1.2...2.1.3
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 ed7d011bc4f72..05b743904ff03 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.1.2";
+  version = "2.1.3";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    hash = "sha256-Y+KmSKuREn2E3FySsScjL+oSpSFnyEqhoXQfU++86JY=";
+    hash = "sha256-ouqhksy3999pi8v4f64W4X/h655ZVi8dR22g4LlYwMI=";
   };
 
   nativeBuildInputs = [