netbox: 3.6.2 -> 3.6.3
This commit is contained in:
parent
541d1eef67
commit
88ecbc2b98
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ lib.fix (self: {
|
|||
};
|
||||
|
||||
netbox_3_6 = callPackage generic {
|
||||
version = "3.6.2";
|
||||
hash = "sha256-iKYzeiaJhF8T+qbft6fS1PjHyPxxQm86om9YpAGnvYE=";
|
||||
version = "3.6.3";
|
||||
hash = "sha256-8Xir2Gvwh2cllHu5qVAzumuH0lknMMtjd8BuFuuf9A0=";
|
||||
extraPatches = [
|
||||
# Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
|
||||
./config.patch
|
||||
|
|
Loading…
Reference in a new issue