diff --git a/pkgs/development/python-modules/aioblescan/default.nix b/pkgs/development/python-modules/aioblescan/default.nix index 462a4088f660..62cec7b2d031 100644 --- a/pkgs/development/python-modules/aioblescan/default.nix +++ b/pkgs/development/python-modules/aioblescan/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "aioblescan"; - version = "0.2.13"; + version = "0.2.14"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -15,8 +15,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "frawau"; repo = pname; - rev = version; - hash = "sha256-n1FiBsuVpVJrIq6+kuMNugpEaUOFQ/Gk/QU7Hry4YrU="; + rev = "refs/tags/${version}"; + hash = "sha256-JeA9jX566OSRiejdnlifbcNGm0J0C+xzA6zXDUyZ6jc="; }; checkInputs = [ @@ -30,6 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to listen for BLE advertized packets"; homepage = "https://github.com/frawau/aioblescan"; + changelog = "https://github.com/frawau/aioblescan/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };