Unverified Commit 402a5fb9 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #244526 from n0emis/netbox-3.5.6

netbox: 3.5.4 -> 3.5.6
parents 77b49e9b 2cbd486c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "django-tables2";
  version = "2.4.1";
  version = "2.6.0";
  format = "setuptools";
  disabled = pythonOlder "3.6";

@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "jieter";
    repo = pname;
    rev = "v${version}";
    sha256 = "04vvgf18diwp0mgp14b71a0dxhgrcslv1ljybi300gvzvzjnp3qv";
    hash = "sha256-n8qvsm/i+2VclFc00jQGO0Z4l6Ke8qZ03EYuEQcPuVQ=";
  };

  propagatedBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ in
  };

  netbox = callPackage generic {
    version = "3.5.4";
    hash = "sha256-CJ7NgKDDEmOFFULaG6wjP5pvGieyU4YRsvmIvqve5qg=";
    version = "3.5.6";
    hash = "sha256-n5EJQcC5uVoL5KjGzF7bLF8c4Wke/YBJpx2V9KZz5Qo=";
    extraPatches = [
      # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
      ./config.patch