cinnamon.nemo-emblems: 6.2.0 -> 6.2.1

https://github.com/linuxmint/nemo-extensions/compare/6.2.0...nemo-emblems-6.2.1
This commit is contained in:
Bobby Rong 2024-07-23 07:59:55 +08:00
parent a1e4614816
commit fd3f5e4b49
No known key found for this signature in database

View File

@ -4,12 +4,16 @@
, cinnamon-translations
}:
let
srcs = import ../srcs.nix { inherit fetchFromGitHub; };
in
python3.pkgs.buildPythonApplication rec {
pname = "nemo-emblems";
inherit (srcs) version src;
version = "6.2.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "nemo-extensions";
rev = "nemo-emblems-${version}";
hash = "sha256-HfWZntG+SHrzkN4fa3qYj9+fM6zF32qFquL/InoUi/k=";
};
format = "setuptools";