prometheus-restic-exporter: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm 2024-08-16 14:50:18 +00:00
parent 21a5d0457f
commit 79ac882a83

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 = [