From 9502c2b0a86cb02c0f8c11f4d3710988a95384f9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 5 Oct 2019 11:04:23 +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 9d27b92..6e2832d 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 = "ba816951606d5463d3d2df9fcc6e143b17b3a8a8"; - sha256 = "06f2fgp46cgkwgjwdlppl73d8c1k960xm5niq96z647lsblj2d16"; + rev = "e7d99c238d71f273984aa904dd6c8559c6ad6ec3"; + sha256 = "1l1zflwkjf1l8i8v91cxdsdg292s2pqr8qfnpiaqymbf3j4wipw2"; fetchSubmodules = true; };