mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
prometheus-node-cert-exporter: unpin Go builder
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
parent
092e15e8d6
commit
8a528b3fc8
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildGo122Module,
|
buildGoModule,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
nixosTests,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGo122Module {
|
buildGoModule {
|
||||||
pname = "node-cert-exporter";
|
pname = "node-cert-exporter";
|
||||||
version = "1.1.7-unstable-2024-12-26";
|
version = "1.1.7-unstable-2024-12-26";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue