nix/pkgs/netbox: bump
This commit is contained in:
parent
4d72877d35
commit
a92341f7cf
2 changed files with 624 additions and 316 deletions
|
@ -12,13 +12,13 @@ let
|
|||
in
|
||||
buildPythonApplication rec {
|
||||
pname = "netbox";
|
||||
version = "3.0-beta2";
|
||||
version = "3.2.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "netbox-community";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "05cwdkqs8vlpbn10pk8yj4a0ywp0x5h5ndf2a5zf4nlmg33d0sbi";
|
||||
sha256 = "0blqlfl7djl1zb92cvqndy5l8drn0axjjqvhjc1q881h3sif123w";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = (with deps; [
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue