From d28979c61fd1798de473dcfb36efd3dedee4b520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Mon, 25 Mar 2024 01:14:27 +0100 Subject: [PATCH] nvfetcher: Update package inputs --- pkgs/_sources_nextcloud/generated.json | 6 +++--- pkgs/_sources_nextcloud/generated.nix | 6 +++--- pkgs/_sources_pkgs/generated.json | 6 +++--- pkgs/_sources_pkgs/generated.nix | 6 +++--- pkgs/nvfetcher.toml | 2 +- pkgs/prometheus/fail2ban-exporter.nix | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pkgs/_sources_nextcloud/generated.json b/pkgs/_sources_nextcloud/generated.json index 6f96b13..499f108 100644 --- a/pkgs/_sources_nextcloud/generated.json +++ b/pkgs/_sources_nextcloud/generated.json @@ -21,11 +21,11 @@ "passthru": null, "pinned": false, "src": { - "sha256": "sha256-jf6SIsgWTkQIVIYbfNiTA+KRbUM6g7NHFIOVygBwWmU=", + "sha256": "sha256-hZfjWAMi/0qs5xMMgOlcoSXG6kcZ2aeDaez+NqSZFKI=", "type": "tarball", - "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.6.6/calendar-v4.6.6.tar.gz" + "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.6.7/calendar-v4.6.7.tar.gz" }, - "version": "v4.6.6" + "version": "v4.6.7" }, "contacts": { "cargoLocks": null, diff --git a/pkgs/_sources_nextcloud/generated.nix b/pkgs/_sources_nextcloud/generated.nix index e69b20a..51e76fd 100644 --- a/pkgs/_sources_nextcloud/generated.nix +++ b/pkgs/_sources_nextcloud/generated.nix @@ -11,10 +11,10 @@ }; calendar = { pname = "calendar"; - version = "v4.6.6"; + version = "v4.6.7"; src = fetchTarball { - url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.6.6/calendar-v4.6.6.tar.gz"; - sha256 = "sha256-jf6SIsgWTkQIVIYbfNiTA+KRbUM6g7NHFIOVygBwWmU="; + url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.6.7/calendar-v4.6.7.tar.gz"; + sha256 = "sha256-hZfjWAMi/0qs5xMMgOlcoSXG6kcZ2aeDaez+NqSZFKI="; }; }; contacts = { diff --git a/pkgs/_sources_pkgs/generated.json b/pkgs/_sources_pkgs/generated.json index b3faf9a..fc6c343 100644 --- a/pkgs/_sources_pkgs/generated.json +++ b/pkgs/_sources_pkgs/generated.json @@ -11,11 +11,11 @@ "fetchSubmodules": false, "leaveDotGit": false, "name": null, - "rev": "v0.10.0", - "sha256": "sha256-8nIW1XaHCBqQCoLkV1ZYE3NTbVZ6c+UOqYD08XQiv+4=", + "rev": "v0.10.1", + "sha256": "sha256-zGEhDy3uXIbvx4agSA8Mx7bRtiZZtoDZGbNbHc9L+yI=", "type": "git", "url": "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter" }, - "version": "v0.10.0" + "version": "v0.10.1" } } \ No newline at end of file diff --git a/pkgs/_sources_pkgs/generated.nix b/pkgs/_sources_pkgs/generated.nix index bb015b4..39dc6d0 100644 --- a/pkgs/_sources_pkgs/generated.nix +++ b/pkgs/_sources_pkgs/generated.nix @@ -3,14 +3,14 @@ { prometheus-fail2ban-exporter = { pname = "prometheus-fail2ban-exporter"; - version = "v0.10.0"; + version = "v0.10.1"; src = fetchgit { url = "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter"; - rev = "v0.10.0"; + rev = "v0.10.1"; fetchSubmodules = false; deepClone = false; leaveDotGit = false; - sha256 = "sha256-8nIW1XaHCBqQCoLkV1ZYE3NTbVZ6c+UOqYD08XQiv+4="; + sha256 = "sha256-zGEhDy3uXIbvx4agSA8Mx7bRtiZZtoDZGbNbHc9L+yI="; }; }; } diff --git a/pkgs/nvfetcher.toml b/pkgs/nvfetcher.toml index 8c53200..d0dfbe5 100644 --- a/pkgs/nvfetcher.toml +++ b/pkgs/nvfetcher.toml @@ -1,3 +1,3 @@ [prometheus-fail2ban-exporter] -src.manual = "v0.10.0" # No gitlab support in nvfetcher +src.manual = "v0.10.1" # No gitlab support in nvfetcher fetch.git = "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter" diff --git a/pkgs/prometheus/fail2ban-exporter.nix b/pkgs/prometheus/fail2ban-exporter.nix index 50b4973..b2c6a25 100644 --- a/pkgs/prometheus/fail2ban-exporter.nix +++ b/pkgs/prometheus/fail2ban-exporter.nix @@ -4,5 +4,5 @@ }: buildGoModule { inherit (sources.prometheus-fail2ban-exporter) pname src version; - vendorHash = "sha256-qU6opwhhvzbQOhfGVyiVgKhfCSB0Z4eSRAJnv6ht2I0="; + vendorHash = "sha256-5o8p5p0U/c0WAIV5dACnWA3ThzSh2tt5LIFMb59i9GY="; }