gitlab-container-registry: fix by pinning back to go 1.24

https://hydra.nixos.org/build/306376853/nixlog/4/tail
This commit is contained in:
Vladimír Čunát
2025-09-10 08:01:17 +02:00
parent 1779f9e0d8
commit 64503e5341
@@ -1,10 +1,10 @@
{
lib,
buildGoModule,
buildGo124Module,
fetchFromGitLab,
}:
buildGoModule rec {
buildGo124Module rec {
pname = "gitlab-container-registry";
version = "4.27.0";
rev = "v${version}-gitlab-ahmed-master-test";