From ff4995e9ea675f89fa34d6c3040cfd541a5c9634 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 5 Aug 2021 16:16:57 +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 fd15a96..bd8f975 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -86,14 +86,14 @@ rec { misoc = python3Packages.buildPythonPackage { pname = "misoc"; - version = if misoc-new then "unstable-2021-07-29" else "unstable-2021-02-15"; + version = if misoc-new then "unstable-2021-08-04" else "unstable-2021-02-15"; src = if misoc-new then (fetchFromGitHub { owner = "m-labs"; repo = "misoc"; - rev = "f048d1fbfd48c93542d2f1e591139f95c7c9cde6"; - sha256 = "1ny0d0q6mnjsxq746q4chn2grfac8brs4w60k9fxk2h5abvfgij8"; + rev = "fa663cd05129f1e10678ab132e7668569f787ead"; + sha256 = "1813llhlk5jyzyd1xmkcdziz48yx9m41p03pivv2sn7cja8l1l1x"; fetchSubmodules = true; }) else (fetchFromGitHub {