netbox: 3.4.6 -> 3.4.7

This commit is contained in:
Raito Bezarius 2023-04-04 11:11:36 +02:00
parent 78eb4d64e7
commit c1081bf20b

View File

@ -1,7 +1,5 @@
{ lib { lib
, pkgs
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, nixosTests , nixosTests
, python3 , python3
@ -18,7 +16,7 @@ let
in in
py.pkgs.buildPythonApplication rec { py.pkgs.buildPythonApplication rec {
pname = "netbox"; pname = "netbox";
version = "3.4.6"; version = "3.4.7";
format = "other"; format = "other";
@ -26,7 +24,7 @@ py.pkgs.buildPythonApplication rec {
owner = "netbox-community"; owner = "netbox-community";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-j2Iwh+yGp0xMnZ+Fh7kepb5xzT3GRNhaAiztITgPuws="; hash = "sha256-pWHGyzLc0tqfehWbCMF1l96L1pewb5FXBUkw9EqPtP8=";
}; };
patches = [ patches = [