glasgow: remove passthru.updateScript
This cannot be updated automatically, as we need to manually update the commit ID of the latest commit in the `firmware/` subdirectoy.
This commit is contained in:
parent
e509766da3
commit
33b088b7c3
@ -6,7 +6,6 @@
|
||||
yosys,
|
||||
icestorm,
|
||||
nextpnr,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@ -109,10 +108,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"${nextpnr}/bin/nextpnr-ice40"
|
||||
];
|
||||
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
hardcodeZeroVersion = true;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Software for Glasgow, a digital interface multitool";
|
||||
homepage = "https://github.com/GlasgowEmbedded/Glasgow";
|
||||
|
Loading…
x
Reference in New Issue
Block a user