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-06-01 22:01:57 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-14 15:47:45 +0800
commita26bc72ff06bc9e915e49bbaa923604dab8a9785 (patch)
treeaa026e41e47d43edded169b19635f8bdca6cbe77 /pkgs/desktops/cinnamon/nemo-extensions
parentddf80f1103108439380b5e59addb8e321283f048 (diff)
cinnamon.nemo-python: 5.6.0 -> 5.8.0
https://github.com/linuxmint/nemo-extensions/compare/5.6.0...5.8.0
Diffstat (limited to 'pkgs/desktops/cinnamon/nemo-extensions')
-rw-r--r--pkgs/desktops/cinnamon/nemo-extensions/nemo-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/nemo-extensions/nemo-python/default.nix b/pkgs/desktops/cinnamon/nemo-extensions/nemo-python/default.nix
index bc43f2aa08489..a34b0a9eb5bce 100644
--- a/pkgs/desktops/cinnamon/nemo-extensions/nemo-python/default.nix
+++ b/pkgs/desktops/cinnamon/nemo-extensions/nemo-python/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "nemo-python";
-  version = "5.6.0";
+  version = "5.8.0";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "nemo-extensions";
     rev = version;
-    sha256 = "sha256-cxutiz5bc/dZ9D7XzvMWodWNYvNJPj+5IhJDPJwnb5I=";
+    sha256 = "sha256-tyRYPWJa93w05a0PcYvz1GA8/xX2kHLdIzz4tCcppiY=";
   };
 
   sourceRoot = "${src.name}/nemo-python";