Unverified Commit 5bf65751 authored by Minijackson's avatar Minijackson
Browse files

python3Packages.netbox-reorder-rack: 1.0.0 -> 1.1.2

needed by the NetBox 4.0+ upgrade
parent 4409a8d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [