nemo-preview: 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-11-30 11:49:02 +08:00
parent c3b03ee8eb
commit f1257a15dc
No known key found for this signature in database

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nemo-preview";
version = "6.4.0";
version = "6.6.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "nemo-extensions";
tag = finalAttrs.version;
hash = "sha256-39hWA4SNuEeaPA6D5mWMHjJDs4hYK7/ZdPkTyskvm5Y=";
hash = "sha256-tXeMkaCYnWzg+6ng8Tyg4Ms1aUeE3xiEkQ3tKEX6Vv8=";
};
sourceRoot = "${finalAttrs.src.name}/nemo-preview";