Unverified Commit ed8d50fb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

zircolite: 2.10.0 -> 2.20.0
parents 590ab48c 40bc2bcb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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