about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-02-10 23:15:14 +0800
committerBobby Rong <rjl931189261@126.com>2024-02-10 23:56:00 +0800
commit98dde17c64e7118ed28620a5a9cea7d02608dfa6 (patch)
tree229e1e8222dcdfce1c797e08d5781f98d45528c8
parentfd954eef81a939335c7795ccfc79d29608ebab81 (diff)
cinnamon.cinnamon-control-center: 6.0.0 -> 6.0.1
https://github.com/linuxmint/cinnamon-control-center/compare/6.0.0...6.0.1
-rw-r--r--pkgs/desktops/cinnamon/cinnamon-control-center/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix b/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix
index 40d0243b5f240..2328deec6a697 100644
--- a/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix
+++ b/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix
@@ -35,13 +35,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cinnamon-control-center";
-  version = "6.0.0";
+  version = "6.0.1";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    hash = "sha256-zkJkZagZBt6JMiC/HLsyP9+qVLtTszumOk3PKt18X4Y=";
+    hash = "sha256-AYnI+k6CzpWUutusCSDR5KhOmv5FWoChotAbCJXTh4I=";
   };
 
   buildInputs = [