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

netbox_4_5: 4.5.5 -> 4.5.7 (#506562)

parents 899f5386 d88651d8
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.5.5";
  version = "4.5.7";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "netbox-community";
    repo = "netbox";
    tag = "v${version}";
    hash = "sha256-he+WNbzIZSc2q97YjnAKHeFR0MDZCkDuAF/mfgAZuU4=";
    hash = "sha256-8oOlDtTVeKDlaWt3JDy9wc1oUTTJPSoHd5O3YxbE50g=";
  };

  patches = [