cinnamon.nemo: 5.8.4 -> 5.8.5

https://github.com/linuxmint/nemo/compare/5.8.4...5.8.5
This commit is contained in:
Bobby Rong 2023-09-29 20:36:26 +08:00
parent 6500b4580c
commit adcf31f0e1
No known key found for this signature in database

View file

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