cinnamon.nemo: 5.8.3 -> 5.8.4

https://github.com/linuxmint/nemo/compare/5.8.3...5.8.4
This commit is contained in:
Bobby Rong 2023-07-08 11:46:17 +08:00
parent e973a8ae17
commit cbe2d23787
No known key found for this signature in database

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "5.8.3";
version = "5.8.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-/GwtTklOkhCkbBMQLl4dKUnlZwN6FX2kqxN7cJVaVwE=";
sha256 = "sha256-WjgQXQe8iCzkc4pmeTIx6mSlsg88xy3FTPMokJWo3fg=";
};
patches = [