cinnamon.nemo: 5.8.5 -> 6.0.0

https://github.com/linuxmint/nemo/compare/5.8.5...6.0.0
This commit is contained in:
Bobby Rong 2023-11-19 23:00:56 +08:00
parent 08b6183fb7
commit a72559cdbe
No known key found for this signature in database

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "5.8.5";
version = "6.0.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-Nl/T+8mmQdCTHo3qAUd+ATflSDXiGCQfGb1gXzvLuAc=";
sha256 = "sha256-JeiBhgfGyGyNT9eNhtUl6Pp1jgG02NRlm5lam592lS0=";
};
patches = [