about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-13 09:51:02 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-13 09:51:02 +0100
commit8377d07b258f8e81b6b884a088e47842c57812c1 (patch)
tree51ae7eb7000e7e14063df299c1ca0a8daf1205f3 /pkgs/development
parent9ed5745d1250276ccd1fe681022bac36c2aaf521 (diff)
python310Packages.ibeacon-ble: add changelog to meta
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/ibeacon-ble/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ibeacon-ble/default.nix b/pkgs/development/python-modules/ibeacon-ble/default.nix
index 7b9910559b4d8..1f0f799d587f2 100644
--- a/pkgs/development/python-modules/ibeacon-ble/default.nix
+++ b/pkgs/development/python-modules/ibeacon-ble/default.nix
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchFromGitHub {
     owner = "Bluetooth-Devices";
     repo = pname;
-    rev = "v${version}";
+    rev = "refs/tags/v${version}";
     hash = "sha256-iYgGflM0IpSIMNgPpJAFAl9FYoMfRinM3sP6VRcBSMc=";
   };
 
@@ -49,6 +49,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Library for iBeacon BLE devices";
     homepage = "https://github.com/Bluetooth-Devices/ibeacon-ble";
+    changelog = "https://github.com/Bluetooth-Devices/ibeacon-ble/blob/v${version}/CHANGELOG.md";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ fab ];
   };