netbox: 3.4.5 -> 3.4.6
This commit is contained in:
parent
8dbfb9e263
commit
6e054138b0
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ let
|
|||
in
|
||||
py.pkgs.buildPythonApplication rec {
|
||||
pname = "netbox";
|
||||
version = "3.4.5";
|
||||
version = "3.4.6";
|
||||
|
||||
format = "other";
|
||||
|
||||
|
@ -26,7 +26,7 @@ py.pkgs.buildPythonApplication rec {
|
|||
owner = "netbox-community";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Jh+l3BfPWXw3JWv72lI3blaS/1ZVUU5J8sNZLQiYqU4=";
|
||||
hash = "sha256-j2Iwh+yGp0xMnZ+Fh7kepb5xzT3GRNhaAiztITgPuws=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue