Merge pull request #335135 from r-ryantm/auto-update/prometheus-restic-exporter

prometheus-restic-exporter: 1.5.0 -> 1.6.0
This commit is contained in:
Nick Cao 2024-08-17 14:49:28 -04:00 committed by GitHub
commit 813d9a989f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "prometheus-restic-exporter";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "ngosang";
repo = "restic-exporter";
rev = version;
hash = "sha256-SC2ZCIQ33RaFI9+l/WI6edNzGEtsxJ2bBdeGNMHuyqY=";
hash = "sha256-gXiEts0EY9H01+rs+2o+cbVENotM33uhcQiGDtroSU4=";
};
buildInputs = [