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
This commit is contained in:
Olivér Falvai 2024-11-05 20:39:20 +01:00
parent 7136dc6870
commit 7545cec01f
No known key found for this signature in database

View File

@ -1,12 +1,12 @@
{
lib
, buildGoModule
, buildGo122Module
, fetchFromGitHub
, nix-update-script
, coreutils
}:
buildGoModule rec {
buildGo122Module rec {
pname = "devdash";
version = "0.5.0";