mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #299450 from r-ryantm/auto-update/zircolite
zircolite: 2.10.0 -> 2.20.0
This commit is contained in:
commit
ed8d50fbfc
1 changed files with 4 additions and 4 deletions
|
@ -6,23 +6,23 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "zircolite";
|
pname = "zircolite";
|
||||||
version = "2.10.0";
|
version = "2.20.0";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wagga40";
|
owner = "wagga40";
|
||||||
repo = "Zircolite";
|
repo = "Zircolite";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-r5MIoP+6CnAGsOtK4YLshLBVSZN2NVrwnkuHHDdLZrQ=";
|
hash = "sha256-a7xwF0amsh2SycOjtZpk3dylcBGG9uYd7vmbnz/f9Ug=";
|
||||||
};
|
};
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
dependencies = with python3.pkgs; [
|
||||||
aiohttp
|
aiohttp
|
||||||
colorama
|
colorama
|
||||||
elastic-transport
|
elastic-transport
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue