dnsmasq_exporter: build with Go 1.22 for now

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

https://hydra.nixos.org/build/276128656/nixlog/1/tail
This commit is contained in:
Olivér Falvai
2024-11-05 20:35:43 +01:00
parent adaa8dade5
commit 54ece522d1
@@ -1,6 +1,6 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
{ lib, buildGo122Module, fetchFromGitHub, nixosTests }:
buildGoModule rec {
buildGo122Module rec {
pname = "dnsmasq_exporter";
version = "0.3.0";