toptica-lasersdk-artiq: use version number from setup.py

pull/16/head
Sebastien Bourdeauducq 2019-04-22 23:54:39 +08:00
parent 84e7732255
commit a32e498add
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ in
propagatedBuildInputs = [ pkgs.python3Packages.pyserial ];
};
toptica-lasersdk-artiq = pkgs.python3Packages.buildPythonPackage rec {
version = "2.0.0";
version = "0.1";
name = "toptica-lasersdk-artiq-${version}";
src = pkgs.fetchFromGitHub {
owner = "quartiq";