mirror of https://github.com/m-labs/artiq.git
nix: bump migen
This commit is contained in:
parent
d3c608aaec
commit
bdb6678cec
|
@ -50,9 +50,8 @@ rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "m-labs";
|
owner = "m-labs";
|
||||||
repo = "migen";
|
repo = "migen";
|
||||||
rev = "57c44674c2a6c38bd01804e69db61a9efd287524";
|
rev = "afe4405becdbc76539f0195c319367187012b05e";
|
||||||
sha256 = "1xl7bb21ijp6i25hf12gyjwjmv52sbv81fz44fmkiz5b25xlbmaq";
|
sha256 = "1f288a7ll1d1gjmml716wsjf1jyq9y903i2312bxb8pwrg7fwgvz";
|
||||||
fetchSubmodules = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: fix migen platform issues and re-enable tests
|
# TODO: fix migen platform issues and re-enable tests
|
||||||
|
|
Loading…
Reference in New Issue