From 4e00857fe132e9b2ce2c2194871ee5c3f6d1e4dc Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 12 Sep 2021 17:14:41 +0800 Subject: [PATCH] misoc: bump --- artiq-fast/pkgs/python-deps.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index 822cc1b..c9e0700 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -71,14 +71,14 @@ rec { misoc = python3Packages.buildPythonPackage { pname = "misoc"; - version = if misoc-new then "unstable-2021-08-04" else "unstable-2021-02-15"; + version = if misoc-new then "unstable-2021-09-10" else "unstable-2021-02-15"; src = if misoc-new then (fetchFromGitHub { owner = "m-labs"; repo = "misoc"; - rev = "fa663cd05129f1e10678ab132e7668569f787ead"; - sha256 = "1813llhlk5jyzyd1xmkcdziz48yx9m41p03pivv2sn7cja8l1l1x"; + rev = "c9572e777febf7abcfbebf624e0323d82600f267"; + sha256 = "sha256-dal999XLFvS8Ol1hZnQjx7q/UfAXkzSMhAWcZKCDPx4="; fetchSubmodules = true; }) else (fetchFromGitHub {