Unverified Commit 67609129 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

octodns-providers.cloudflare: 1.0.0 -> 1.1.0 (#506740)

parents 92970249 7b24fb81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "octodns-cloudflare";
  version = "1.0.0";
  version = "1.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "octodns";
    repo = "octodns-cloudflare";
    tag = "v${version}";
    hash = "sha256-8ORqUGmbmKQ1QbGLi3TFF9DCgF/raSpSEFZ62NfNAOQ=";
    hash = "sha256-xVuUmadVhPrsfdEwShacWuf6HvFy280RrBeDjU+869M=";
  };

  build-system = [