about summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-05 23:38:56 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-08 19:40:02 +0800
commite04a86f07c4ac3b28d97d903fb344c3683f5db3d (patch)
treef438c34304e0de9ddc30988b53cfaced7e1d6256 /pkgs/desktops/cinnamon
parent3b369e73789c607ef0f8a8521d7f12aad6077678 (diff)
downloadnixlib-e04a86f07c4ac3b28d97d903fb344c3683f5db3d.tar
nixlib-e04a86f07c4ac3b28d97d903fb344c3683f5db3d.tar.gz
nixlib-e04a86f07c4ac3b28d97d903fb344c3683f5db3d.tar.bz2
nixlib-e04a86f07c4ac3b28d97d903fb344c3683f5db3d.tar.lz
nixlib-e04a86f07c4ac3b28d97d903fb344c3683f5db3d.tar.xz
nixlib-e04a86f07c4ac3b28d97d903fb344c3683f5db3d.tar.zst
nixlib-e04a86f07c4ac3b28d97d903fb344c3683f5db3d.zip
cinnamon.mint-cursor-themes: 1.0.1 -> 1.0.2
https://github.com/linuxmint/mint-cursor-themes/compare/e17f8a46...d2c1428b
Diffstat (limited to 'pkgs/desktops/cinnamon')
-rw-r--r--pkgs/desktops/cinnamon/mint-cursor-themes/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/cinnamon/mint-cursor-themes/default.nix b/pkgs/desktops/cinnamon/mint-cursor-themes/default.nix
index 31b453b0bea9..e0402b2f721b 100644
--- a/pkgs/desktops/cinnamon/mint-cursor-themes/default.nix
+++ b/pkgs/desktops/cinnamon/mint-cursor-themes/default.nix
@@ -5,14 +5,14 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "mint-cursor-themes";
-  version = "1.0.1";
+  version = "1.0.2";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     # They don't really do tags, this is just a named commit.
-    rev = "e17f8a4620827235dabbe5221bd0ee8c44dad0d5";
-    hash = "sha256-yLUmIVh884uDVkNil7qxf6t/gykipzBvPgzwmY3zvQk=";
+    rev = "d2c1428b499a347c291dafb13c89699fdbdd4be7";
+    hash = "sha256-i2Wf+OKwal9G5hkcAdmGSgX6txu1AHajqqPJdhpJoA0=";
   };
 
   installPhase = ''