about summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon/mint-l-theme
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-11-19 23:00:46 +0800
committerBobby Rong <rjl931189261@126.com>2023-11-27 22:16:06 +0800
commitb83da2587c72e2c0344426707c09d0130c053730 (patch)
treea7e0a74b6a608bae26e9f47c13cd9a9e4e90b000 /pkgs/desktops/cinnamon/mint-l-theme
parentf598dcdc955c51f4af5ba0759dc4ae5449924705 (diff)
cinnamon.mint-l-theme: 1.9.5 -> 1.9.6
https://github.com/linuxmint/mint-l-theme/compare/078219f4f947245b3b7bf271c7311f67bf744bfb...1444bacf3ff470db05b663b9c5c3a3419decba60
Diffstat (limited to 'pkgs/desktops/cinnamon/mint-l-theme')
-rw-r--r--pkgs/desktops/cinnamon/mint-l-theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/cinnamon/mint-l-theme/default.nix b/pkgs/desktops/cinnamon/mint-l-theme/default.nix
index cc86b1af41872..7d5b84dd8ca07 100644
--- a/pkgs/desktops/cinnamon/mint-l-theme/default.nix
+++ b/pkgs/desktops/cinnamon/mint-l-theme/default.nix
@@ -8,14 +8,14 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "mint-l-theme";
-  version = "1.9.5";
+  version = "1.9.6";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     # They don't really do tags, this is just a named commit.
-    rev = "078219f4f947245b3b7bf271c7311f67bf744bfb";
-    hash = "sha256-GK1bwKeyYTXZUNnOdOnqu2C0ZwJHheRVRYL2SLwOnd0=";
+    rev = "1444bacf3ff470db05b663b9c5c3a3419decba60";
+    hash = "sha256-n+5PMfNUNJrVSvCXiFdiRQrq6A6WPINcT110J8OV6FQ=";
   };
 
   nativeBuildInputs = [