Skip to content

Commit

Permalink
python3Packages.netbox-reorder-rack: 1.0.0 -> 1.1.2
Browse files Browse the repository at this point in the history
needed by the NetBox 4.0+ upgrade
  • Loading branch information
minijackson committed Oct 15, 2024
1 parent 8262590 commit aedaa66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "netbox-reorder-rack";
version = "1.0.0";
version = "1.1.2";
pyproject = true;

src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox-reorder-rack";
rev = "v${version}";
hash = "sha256-UbTq3DHxSczDxQIUyAHCVJG3SZdqgyS9ULNvuDKQvEY=";
hash = "sha256-0572pj1OA08Zxl4vhMmFHvQA/K24hG/GhKEbo+hbW5Q=";
};

build-system = [
Expand Down

0 comments on commit aedaa66

Please sign in to comment.