summary refs log tree commit diff
path: root/pkgs/development/python-modules/btsmarthub_devicelist/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/btsmarthub_devicelist/default.nix')
-rw-r--r--pkgs/development/python-modules/btsmarthub_devicelist/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/btsmarthub_devicelist/default.nix b/pkgs/development/python-modules/btsmarthub_devicelist/default.nix
index 59fb071c744..ea5e61f7a49 100644
--- a/pkgs/development/python-modules/btsmarthub_devicelist/default.nix
+++ b/pkgs/development/python-modules/btsmarthub_devicelist/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchFromGitHub {
     owner = "jxwolstenholme";
     repo = "btsmarthub_devicelist";
-    rev = "${version}";
+    rev = version;
     hash = "sha256-7ncxCpY+A2SuSFa3k21QchrmFs1dPRUMb1r1z/laa6M=";
   };