cinnamon.nemo: 5.6.2 -> 5.6.3

https://github.com/linuxmint/nemo/compare/5.6.2...5.6.3
This commit is contained in:
Bobby Rong 2023-01-19 09:52:20 +08:00
parent b6a1d3f935
commit 86bc14aaac
No known key found for this signature in database

View file

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