Unverified Commit d69b87fe authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

netbox_4_4: 4.4.2 -> 4.4.6 (#453521)

parents cf7ee62a 4d47f25b
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.4.2";
  version = "4.4.6";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "netbox-community";
    repo = "netbox";
    tag = "v${version}";
    hash = "sha256-1POwxp7BTCZo7JlGrLVGNzBGCplmhZ0Y6wujunIVGsA=";
    hash = "sha256-i/S9/WR+GKo7wb9t23nYYERf9F6DPsSOTef3tvfFENk=";
  };

  patches = [