From 90bc26adc4fda7cfe98581e9c175c5f6585aad18 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 10 Nov 2021 14:58:48 +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 1abcd96..251482b 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -77,8 +77,8 @@ rec { then (fetchFromGitHub { owner = "m-labs"; repo = "misoc"; - rev = "51ea207bfbc03a552071df0bbf770913ba904217"; - sha256 = "sha256-5dRDFxwKye4X6QQkdNma3SJknPXZDUUyF9GUwgS1Otc="; + rev = "f5203e406520874e15ab5d070058ef642fc57fd9"; + sha256 = "sha256-/2XTejqj0Bo81HaTrlTSWwInnWwsuqnq+CURXbpIrkA="; fetchSubmodules = true; }) else (fetchFromGitHub {