nemo-seahorse: 6.4.0 -> 6.6.0

https://github.com/linuxmint/nemo-extensions/compare/6.4.0...6.6.0
This commit is contained in:
Bobby Rong
2025-12-10 20:33:54 +08:00
parent b8b1688286
commit 9612b38f9f
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "nemo-seahorse";
version = "6.4.0";
version = "6.6.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "nemo-extensions";
tag = version;
hash = "sha256-39hWA4SNuEeaPA6D5mWMHjJDs4hYK7/ZdPkTyskvm5Y=";
hash = "sha256-tXeMkaCYnWzg+6ng8Tyg4Ms1aUeE3xiEkQ3tKEX6Vv8=";
};
sourceRoot = "${src.name}/nemo-seahorse";