Unverified Commit bdab6d6d authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

netbox_4_4: 4.4.9 -> 4.4.10 (#503392)

parents 1becf8c7 dab8bcc7
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.9";
  version = "4.4.10";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "netbox-community";
    repo = "netbox";
    tag = "v${version}";
    hash = "sha256-NA84Rcs27S68pyVdo+bif8P2sNmGkfuMPrCBn1YXubc=";
    hash = "sha256-a0OwVZgeoyEH+xoXfUs0nV6N6IaOCULJpgJBRJdYs10=";
  };

  patches = [