forked from M-Labs/nix-scripts
misoc: bump
This commit is contained in:
parent
d532f43278
commit
ecf6d1258a
|
@ -71,14 +71,14 @@ rec {
|
|||
|
||||
misoc = python3Packages.buildPythonPackage {
|
||||
pname = "misoc";
|
||||
version = if misoc-new then "unstable-2021-09-10" else "unstable-2021-02-15";
|
||||
version = if misoc-new then "unstable-2021-10-08" else "unstable-2021-02-15";
|
||||
|
||||
src = if misoc-new
|
||||
then (fetchFromGitHub {
|
||||
owner = "m-labs";
|
||||
repo = "misoc";
|
||||
rev = "855914deace34880c69589022c52a8921f431063";
|
||||
sha256 = "sha256-CbeXsLTwwYBWb5cfrVVYkcQYV207gi9+CQhzfeZbXGc=";
|
||||
rev = "87f77a739b587a6602b87ee1a94da509d36ba269";
|
||||
sha256 = "sha256-+6tqAX+ek+jUU8m59vhhp4QS9UK+D2a6pLD1aFDIWX8=";
|
||||
fetchSubmodules = true;
|
||||
})
|
||||
else (fetchFromGitHub {
|
||||
|
|
Loading…
Reference in New Issue