mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
mimir: pin to Go 1.22 for now
This commit is contained in:
parent
290f5c015a
commit
af2038fc9b
@ -1,5 +1,7 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
|
||||
buildGoModule rec {
|
||||
{ lib, buildGo122Module, fetchFromGitHub, nixosTests, nix-update-script }:
|
||||
# Does not build with Go 1.23
|
||||
# FIXME: check again for next release
|
||||
buildGo122Module rec {
|
||||
pname = "mimir";
|
||||
version = "2.13.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user