nemo: 6.6.0 -> 6.6.1

https://github.com/linuxmint/nemo/compare/6.6.0...6.6.1
This commit is contained in:
Bobby Rong
2025-12-12 22:59:48 +08:00
parent 0c152ed5c7
commit 6afe8a7cf6
+2 -2
View File
@@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation rec {
pname = "nemo";
version = "6.6.0";
version = "6.6.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "nemo";
rev = version;
hash = "sha256-4YbWkS4J0iDkp+wnwyJg5TD/fhHsbutyh7q+yFLV9Mk=";
hash = "sha256-oJvGuPm6FOknSe+5TDLNf0eoE3xC+i78SkYdJUBY4PU=";
};
patches = [