Unverified Commit 2245f840 authored by Olivér Falvai's avatar Olivér Falvai
Browse files

ali: build with Go 1.22 for now

until the golang.org/x/net dependency gets upgraded in the project

https://hydra.nixos.org/build/275234146/nixlog/3/tail
parent 86ef6426
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib
, buildGoModule
, buildGo122Module
, fetchFromGitHub
}:

buildGoModule rec {
buildGo122Module rec {
  pname = "ali";
  version = "0.7.5";