From 4e9339e3a839084f9051a8847a765051a03a46eb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 28 Feb 2021 14:31:52 +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 29f6074..bf4de84 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -92,8 +92,8 @@ rec { then (fetchFromGitHub { owner = "m-labs"; repo = "misoc"; - rev = "d99d9d98abdd73e68c99c22457816dfb5d988493"; - sha256 = "15q68hn09vlvxralahcqjrmpw8gg149122p6scgwnbmxkbqr6bn6"; + rev = "d84551418042cea0891ea743442e20684b51e77a"; + sha256 = "1id5qjr9dl4r3vi6jdn7dfpnr2wb08nrm3nfscn18clbbdxybyjn"; fetchSubmodules = true; }) else (fetchFromGitHub {