mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
python312Packages.netbox-reorder-rack: 1.1.2 -> 1.1.3 (#358274)
This commit is contained in:
commit
9ec2da8299
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "netbox-reorder-rack";
|
pname = "netbox-reorder-rack";
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "netbox-community";
|
owner = "netbox-community";
|
||||||
repo = "netbox-reorder-rack";
|
repo = "netbox-reorder-rack";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-0572pj1OA08Zxl4vhMmFHvQA/K24hG/GhKEbo+hbW5Q=";
|
hash = "sha256-G1WGmEsKfz9HT6D6cCWJADm7pFaIV/jKYkYudEmUWJk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@ -32,10 +32,10 @@ buildPythonPackage rec {
|
|||||||
dontUsePythonImportsCheck = python.pythonVersion != netbox.python.pythonVersion;
|
dontUsePythonImportsCheck = python.pythonVersion != netbox.python.pythonVersion;
|
||||||
pythonImportsCheck = [ "netbox_reorder_rack" ];
|
pythonImportsCheck = [ "netbox_reorder_rack" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "NetBox plugin to allow users to reorder devices within a rack using a drag and drop UI";
|
description = "NetBox plugin to allow users to reorder devices within a rack using a drag and drop UI";
|
||||||
homepage = "https://github.com/minitriga/netbox-reorder-rack/";
|
homepage = "https://github.com/netbox-community/netbox-reorder-rack";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with maintainers; [ minijackson ];
|
maintainers = with lib.maintainers; [ minijackson ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user