cinnamon.nemo: 6.2.4 -> 6.2.6

https://github.com/linuxmint/nemo/compare/6.2.4...6.2.6
This commit is contained in:
Bobby Rong 2024-07-22 20:46:34 +08:00
parent 89c66e3e68
commit 7aea12755b
No known key found for this signature in database

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "6.2.4";
version = "6.2.6";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-mlu/bC1+2rhEQvqIAcTBgYii8t4ELsLc1x0ApcBqx6o=";
sha256 = "sha256-2gUIdAKpdL2obfK5lmlwRgyeeIkiFLO8LBdem1hBzkU=";
};
patches = [