Unverified Commit 97d71870 authored by Rémi NICOLE's avatar Rémi NICOLE Committed by GitHub
Browse files

netbox_4_3: 4.3.5 -> 4.3.7 (#437967)

parents 0e0a18f5 e59a7777
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@ let
in
py.pkgs.buildPythonApplication rec {
  pname = "netbox";
  version = "4.3.5";
  version = "4.3.7";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "netbox-community";
    repo = "netbox";
    tag = "v${version}";
    hash = "sha256-EbbYHtdXcyg12FVuSBx4CAOD0TZ8PHBDQ4nv2mzTZIw=";
    hash = "sha256-xVOP1D3C12M0M8oTrCA0M17NLuor+46UwiaKymSAVJM=";
  };

  patches = [