mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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:
parent
a1e4614816
commit
fd3f5e4b49
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user