cinnamon.nemo: 5.6.4 -> 5.6.5

https://github.com/linuxmint/nemo/compare/5.6.4...5.6.5
This commit is contained in:
Bobby Rong
2023-03-29 11:29:54 +08:00
parent 4bb072f0a8
commit 9afb29b2b1
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "5.6.4";
version = "5.6.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-zvELN9ggfmfIEPeD0VEWM25kRi8RWA/aKlrdO5dKX1k=";
sha256 = "sha256-HdDe2VE9LQqiwFrUSIctOi/ffNOmLy6SyG30EL8UA5Q=";
};
patches = [