cinnamon.nemo-python: 5.6.0 -> 5.8.0

https://github.com/linuxmint/nemo-extensions/compare/5.6.0...5.8.0
This commit is contained in:
Bobby Rong 2023-06-01 22:01:57 +08:00
parent ddf80f1103
commit a26bc72ff0
No known key found for this signature in database

View file

@ -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";