mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
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:
parent
7136dc6870
commit
7545cec01f
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
lib
|
lib
|
||||||
, buildGoModule
|
, buildGo122Module
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
, coreutils
|
, coreutils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGo122Module rec {
|
||||||
pname = "devdash";
|
pname = "devdash";
|
||||||
version = "0.5.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user