mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
buildGo122Module,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
buildGo122Module {
|
||||
buildGoModule {
|
||||
pname = "node-cert-exporter";
|
||||
version = "1.1.7-unstable-2024-12-26";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue