kminion: add meta.updateScript

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-03-04 09:18:30 +01:00
parent 6d7c255138
commit 6766d4335e
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,8 @@ buildGoModule rec {
doCheck = false;
passthru.updateScript = ./update.sh;
meta = with lib; {
description = "KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go";
license = licenses.mit;

View File

@ -0,0 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq nix-update common-updater-scripts
nix-update kminion