cinnamon.nemo: 5.6.3 -> 5.6.4

https://github.com/linuxmint/nemo/compare/5.6.3...5.6.4
This commit is contained in:
Bobby Rong 2023-03-22 09:16:04 +08:00
parent a8a542ebdf
commit 4d120a8c5c
No known key found for this signature in database

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "5.6.3";
version = "5.6.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-CuG0s2gtuYwuIvti5xGiGJa5C5IcruFtNhv6s1vcuUA=";
sha256 = "sha256-zvELN9ggfmfIEPeD0VEWM25kRi8RWA/aKlrdO5dKX1k=";
};
patches = [