cinnamon.nemo: 6.2.1 -> 6.2.2

https://github.com/linuxmint/nemo/compare/6.2.1...6.2.2
This commit is contained in:
Bobby Rong
2024-06-30 20:51:47 +08:00
parent 50f75d152f
commit 0fce9c02d3
+2 -2
View File
@@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "nemo";
version = "6.2.1";
version = "6.2.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-c6asFiDpFctNn+ap0cRptdFbjv5blTaJqDuzZ1Je+3I=";
sha256 = "sha256-afK+iJ/WUtcs8Upid4AkbAZAIs/wimHFlXm717U0LHc=";
};
patches = [