Merge pull request #244526 from n0emis/netbox-3.5.6

netbox: 3.5.4 -> 3.5.6
This commit is contained in:
Martin Weinelt 2023-07-25 13:52:51 +02:00 committed by GitHub
commit 402a5fb93f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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 = [

View file

@ -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