about summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon/nemo-extensions
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-11-23 22:08:58 +0800
committerBobby Rong <rjl931189261@126.com>2023-12-02 12:12:47 +0800
commitade3f1a0309ab7e2e04ae3ed364aa1e06d5dff57 (patch)
tree22aa1269ebe52462effeb421393fbd861b9b6bec /pkgs/desktops/cinnamon/nemo-extensions
parenta72559cdbe7ddc556341e50c14b202c7dbc9c1d0 (diff)
cinnamon.nemo-extensions: 5.8.0 -> 6.0.0
https://github.com/linuxmint/nemo-extensions/compare/5.8.0...6.0.0
Diffstat (limited to 'pkgs/desktops/cinnamon/nemo-extensions')
-rw-r--r--pkgs/desktops/cinnamon/nemo-extensions/srcs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/nemo-extensions/srcs.nix b/pkgs/desktops/cinnamon/nemo-extensions/srcs.nix
index 491373f5ea5f4..c59538a40a44e 100644
--- a/pkgs/desktops/cinnamon/nemo-extensions/srcs.nix
+++ b/pkgs/desktops/cinnamon/nemo-extensions/srcs.nix
@@ -4,12 +4,12 @@ rec {
   # When you bump this, you should make sure all nemo-extensions
   # are actually using this file since we try to deal with tags
   # like nemo-fileroller-5.6.1 according to upstream's wishes.
-  version = "5.8.0";
+  version = "6.0.0";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "nemo-extensions";
     rev = version;
-    sha256 = "sha256-tyRYPWJa93w05a0PcYvz1GA8/xX2kHLdIzz4tCcppiY=";
+    sha256 = "sha256-M8ImntyfFfSL591UpqZosE7F8ydbpfrBhcLOBtW/sGQ=";
   };
 }