Loading pkgs/development/python-modules/govee-ble/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ sensor-state-data, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "govee-ble"; version = "1.2.0"; pyproject = true; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "govee-ble"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-+qzSNwV+2h75LVly7kZaaulKQp5Hp0N8k05BauN1TXo="; }; Loading @@ -42,8 +42,8 @@ buildPythonPackage rec { meta = { description = "Library for Govee BLE devices"; homepage = "https://github.com/Bluetooth-Devices/govee-ble"; changelog = "https://github.com/bluetooth-devices/govee-ble/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/bluetooth-devices/govee-ble/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/govee-ble/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ sensor-state-data, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "govee-ble"; version = "1.2.0"; pyproject = true; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "govee-ble"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-+qzSNwV+2h75LVly7kZaaulKQp5Hp0N8k05BauN1TXo="; }; Loading @@ -42,8 +42,8 @@ buildPythonPackage rec { meta = { description = "Library for Govee BLE devices"; homepage = "https://github.com/Bluetooth-Devices/govee-ble"; changelog = "https://github.com/bluetooth-devices/govee-ble/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/bluetooth-devices/govee-ble/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } })