From 8d8ea8b3773fe5b6563382460c1b94c0c81a88e7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 29 Jul 2021 14:49:12 +0800 Subject: [PATCH] bump misoc-new --- 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 da90002..78e32cd 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-22" else "unstable-2021-02-15"; + version = if misoc-new then "unstable-2021-07-29" else "unstable-2021-02-15"; src = if misoc-new then (fetchFromGitHub { owner = "m-labs"; repo = "misoc"; - rev = "79a27a82050266ce4d99d35ca0fe6b53a44649ac"; - sha256 = "10pq3ll3h7mrfgk552nlr80v26gr4mvmpb5pd2h5ck2s9gpkkb82"; + rev = "f048d1fbfd48c93542d2f1e591139f95c7c9cde6"; + sha256 = "1ny0d0q6mnjsxq746q4chn2grfac8brs4w60k9fxk2h5abvfgij8"; fetchSubmodules = true; }) else (fetchFromGitHub {