forked from M-Labs/nix-scripts
misoc: bump
This commit is contained in:
parent
45c3fa1817
commit
4e00857fe1
|
@ -71,14 +71,14 @@ rec {
|
||||||
|
|
||||||
misoc = python3Packages.buildPythonPackage {
|
misoc = python3Packages.buildPythonPackage {
|
||||||
pname = "misoc";
|
pname = "misoc";
|
||||||
version = if misoc-new then "unstable-2021-08-04" else "unstable-2021-02-15";
|
version = if misoc-new then "unstable-2021-09-10" else "unstable-2021-02-15";
|
||||||
|
|
||||||
src = if misoc-new
|
src = if misoc-new
|
||||||
then (fetchFromGitHub {
|
then (fetchFromGitHub {
|
||||||
owner = "m-labs";
|
owner = "m-labs";
|
||||||
repo = "misoc";
|
repo = "misoc";
|
||||||
rev = "fa663cd05129f1e10678ab132e7668569f787ead";
|
rev = "c9572e777febf7abcfbebf624e0323d82600f267";
|
||||||
sha256 = "1813llhlk5jyzyd1xmkcdziz48yx9m41p03pivv2sn7cja8l1l1x";
|
sha256 = "sha256-dal999XLFvS8Ol1hZnQjx7q/UfAXkzSMhAWcZKCDPx4=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
})
|
})
|
||||||
else (fetchFromGitHub {
|
else (fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in New Issue