Unverified Commit 7545cec0 authored by Olivér Falvai's avatar Olivér Falvai
Browse files

devdash: build with Go 1.22 for now

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

https://hydra.nixos.org/build/276183909/nixlog/1/tail
parent 7136dc68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib
, buildGoModule
, buildGo122Module
, fetchFromGitHub
, nix-update-script
, coreutils
}:

buildGoModule rec {
buildGo122Module rec {
  pname = "devdash";
  version = "0.5.0";