diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-27 20:45:48 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-27 21:14:12 +0200 |
commit | 51194934f276d6df9835654175f8363fbeb4bdcf (patch) | |
tree | 152a85701993653d90e7601b7b3a33c6a484c37c /nixos/npins | |
parent | 63e381fc495cc3ef7a4afd1265b2e9722d56d317 (diff) |
refactor: pin prometheus-sql-exporter with npins
Diffstat (limited to 'nixos/npins')
-rw-r--r-- | nixos/npins/sources.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index 826b2a9..cde94e0 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -105,6 +105,21 @@ "name": "nixpkgs-unstable", "url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre832020.6b4955211758/nixexprs.tar.xz", "hash": "128piyf6sw0r07bxhix6i998h30zqqgaz1sknzrgy6yvh8jgawaz" + }, + "prometheus-sql-exporter": { + "type": "GitRelease", + "repository": { + "type": "Git", + "url": "https://github.com/burningalchemist/sql_exporter" + }, + "pre_releases": false, + "version_upper_bound": null, + "release_prefix": null, + "submodules": false, + "version": "0.17.1", + "revision": "5bd21bb0bc14a65d2b2e883f23c9acc338ad96d7", + "url": null, + "hash": "09vlgqhrdc5cfgbx7fz98vbj7cw1fpq35q7xskrdj7k5z9fcahq0" } }, "version": 5 |