Merge pull request #299450 from r-ryantm/auto-update/zircolite

zircolite: 2.10.0 -> 2.20.0
This commit is contained in:
Fabian Affolter 2024-03-29 12:56:30 +01:00 committed by GitHub
commit ed8d50fbfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,23 +6,23 @@
python3.pkgs.buildPythonApplication rec {
pname = "zircolite";
version = "2.10.0";
version = "2.20.0";
format = "other";
src = fetchFromGitHub {
owner = "wagga40";
repo = "Zircolite";
rev = "refs/tags/${version}";
hash = "sha256-r5MIoP+6CnAGsOtK4YLshLBVSZN2NVrwnkuHHDdLZrQ=";
hash = "sha256-a7xwF0amsh2SycOjtZpk3dylcBGG9uYd7vmbnz/f9Ug=";
};
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [
build-system = [
makeWrapper
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
aiohttp
colorama
elastic-transport