nemo-emblems: 6.2.1 -> 6.4.0

https://github.com/linuxmint/nemo-extensions/compare/nemo-emblems-6.2.1...6.4.0
This commit is contained in:
Bobby Rong
2024-12-03 20:52:21 +08:00
parent d3d9340137
commit c2cbfebd92
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "nemo-emblems";
version = "6.2.1";
version = "6.4.0";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "linuxmint";
repo = "nemo-extensions";
rev = "nemo-emblems-${version}";
hash = "sha256-HfWZntG+SHrzkN4fa3qYj9+fM6zF32qFquL/InoUi/k=";
rev = version;
hash = "sha256-39hWA4SNuEeaPA6D5mWMHjJDs4hYK7/ZdPkTyskvm5Y=";
};
format = "setuptools";