From c6444e2cc0f4d3719e03ac10f9f9528316a4f65e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 6 Oct 2019 18:19:44 +0800 Subject: [PATCH] misoc: bump --- artiq-fast/pkgs/python-deps.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index 837c36f..72d59ab 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -83,8 +83,8 @@ rec { src = fetchFromGitHub { owner = "m-labs"; repo = "misoc"; - rev = "55221f7eb621eb4ee5ae94c7cd15e2bcaa3b5082"; - sha256 = "19ai26zdvds7xyhifhg2n76yph3nnd7lb0yc9a1qknv293k7f4ds"; + rev = "a062929372d4ac332f4a88ba2eada92d30a8d05a"; + sha256 = "02km0sq6fz12ms0pk1bc7lpf1kvkq11fvh7khnc4718ggg0s48ry"; fetchSubmodules = true; };