Unverified Commit 4bb6d41a authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

python312Packages.netbox-dns: 1.2.7 -> 1.2.11 (#403344)

parents 93e8cdce 86e5db86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
  pname = "netbox-plugin-dns";
  version = "1.2.7";
  version = "1.2.11";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "peteeckel";
    repo = "netbox-plugin-dns";
    tag = version;
    hash = "sha256-l0jPn4dyUHm/E8tmSpmSXkSRa5dsD7ap8Gl3RSdfRoU=";
    hash = "sha256-cT2nvPDsvZBVuhvvORtxwb2TDHqnSpvpIJFkGZy1CEc=";
  };

  build-system = [ setuptools ];