From 3cface01af2d260fed1ba73e22fdd5680bf88636 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 25 Apr 2020 12:47:23 +0800 Subject: [PATCH] artiq-comtools: bump --- artiq-full/extras.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artiq-full/extras.nix b/artiq-full/extras.nix index 7d77829..99b4640 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -186,12 +186,12 @@ in }) // rec { artiq-comtools = pkgs.python3Packages.buildPythonPackage rec { name = "artiq-comtools-${version}"; - version = "1.0"; + version = "1.1"; src = pkgs.fetchFromGitHub { owner = "m-labs"; repo = "artiq-comtools"; - rev = "398f6becdaf89ec2e115106778467f9a766a2007"; - sha256 = "02i2a1mmzc7jixq4nkbmi1a4c0gk6kmm8bv1dxrka7m56nb9sk9w"; + rev = "v${version}"; + sha256 = "165j12k9nnrkf2pv0idcv6xhnp1hnsllna4rps2dssnqgjfaw1ss"; }; propagatedBuildInputs = [ sipyco pkgs.python3Packages.numpy pkgs.python3Packages.aiohttp ]; };