cinnamon.nemo-extensions: 5.8.0 -> 6.0.0

https://github.com/linuxmint/nemo-extensions/compare/5.8.0...6.0.0
This commit is contained in:
Bobby Rong 2023-11-23 22:08:58 +08:00
parent a72559cdbe
commit ade3f1a030
No known key found for this signature in database

View file

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