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:
Florian Klink 2025-07-28 17:43:25 +02:00
parent e509766da3
commit 33b088b7c3

View File

@ -6,7 +6,6 @@
yosys, yosys,
icestorm, icestorm,
nextpnr, nextpnr,
unstableGitUpdater,
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
@ -109,10 +108,6 @@ python3.pkgs.buildPythonApplication rec {
"${nextpnr}/bin/nextpnr-ice40" "${nextpnr}/bin/nextpnr-ice40"
]; ];
passthru.updateScript = unstableGitUpdater {
hardcodeZeroVersion = true;
};
meta = with lib; { meta = with lib; {
description = "Software for Glasgow, a digital interface multitool"; description = "Software for Glasgow, a digital interface multitool";
homepage = "https://github.com/GlasgowEmbedded/Glasgow"; homepage = "https://github.com/GlasgowEmbedded/Glasgow";