prometheus-restic-exporter: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-02-16 01:49:13 +00:00
parent 350c5970da
commit e7fdaf7308
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "prometheus-restic-exporter";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "ngosang";
repo = "restic-exporter";
rev = version;
hash = "sha256-gXiEts0EY9H01+rs+2o+cbVENotM33uhcQiGDtroSU4=";
hash = "sha256-b3TbBZqNJEAveNVf+6OGHU2G3UUyuSEjzFMPJVuxlBE=";
};
buildInputs = [