nemo-python: 6.2.0 -> 6.4.0

https://github.com/linuxmint/nemo-extensions/compare/6.2.0...6.4.0
This commit is contained in:
Bobby Rong
2024-12-03 20:52:21 +08:00
parent f5571c171f
commit 8c9f81eb53
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "nemo-python";
version = "6.2.0";
version = "6.4.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "nemo-extensions";
rev = version;
hash = "sha256-qghGgd+OWYiXvcGUfgiQT6rR4mJPAOfOtYB3lWLg4iA=";
hash = "sha256-39hWA4SNuEeaPA6D5mWMHjJDs4hYK7/ZdPkTyskvm5Y=";
};
sourceRoot = "${src.name}/nemo-python";