nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.xiaomi-ble: add changelog to meta

+2 -1
+2 -1
pkgs/development/python-modules/xiaomi-ble/default.nix
··· 22 22 src = fetchFromGitHub { 23 23 owner = "Bluetooth-Devices"; 24 24 repo = pname; 25 - rev = "v${version}"; 25 + rev = "refs/tags/v${version}"; 26 26 hash = "sha256-MwKhoerfloFT5/x1darfMP/qF5sEy6LiKEogINIUq0c="; 27 27 }; 28 28 ··· 55 55 meta = with lib; { 56 56 description = "Library for Xiaomi BLE devices"; 57 57 homepage = "https://github.com/Bluetooth-Devices/xiaomi-ble"; 58 + changelog = "https://github.com/Bluetooth-Devices/xiaomi-ble/releases/tag/v${version}"; 58 59 license = with licenses; [ mit ]; 59 60 maintainers = with maintainers; [ fab ]; 60 61 };