lol

python312Packages.liquidctl: 1.14.0 -> 1.15.0

R. Ryantm d9569ca8 58855d64

+3 -3
+3 -3
pkgs/development/python-modules/liquidctl/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "liquidctl"; 23 - version = "1.14.0"; 23 + version = "1.15.0"; 24 24 format = "pyproject"; 25 25 26 26 disabled = pythonOlder "3.8"; ··· 29 29 owner = pname; 30 30 repo = pname; 31 31 tag = "v${version}"; 32 - hash = "sha256-HkMxYULeWcAYdlEI4N4qv7AGh/+xY0zuvV2mFPStPq8="; 32 + hash = "sha256-ifYPUAF0lR9aCwiseNQZXbq+d+CXD/MwnZQhAM1TRLI="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ ··· 77 77 meta = with lib; { 78 78 description = "Cross-platform CLI and Python drivers for AIO liquid coolers and other devices"; 79 79 homepage = "https://github.com/liquidctl/liquidctl"; 80 - changelog = "https://github.com/liquidctl/liquidctl/blob/v${version}/CHANGELOG.md"; 80 + changelog = "https://github.com/liquidctl/liquidctl/blob/${src.tag}/CHANGELOG.md"; 81 81 license = licenses.gpl3Plus; 82 82 maintainers = with maintainers; [ 83 83 arturcygan