nvfetcher: Update package inputs

pull/100/head
Tristan Daniël Maat 2024-03-25 01:14:27 +01:00
parent e7d6879063
commit d28979c61f
Signed by: tlater
GPG Key ID: 49670FD774E43268
6 changed files with 14 additions and 14 deletions

View File

@ -21,11 +21,11 @@
"passthru": null, "passthru": null,
"pinned": false, "pinned": false,
"src": { "src": {
"sha256": "sha256-jf6SIsgWTkQIVIYbfNiTA+KRbUM6g7NHFIOVygBwWmU=", "sha256": "sha256-hZfjWAMi/0qs5xMMgOlcoSXG6kcZ2aeDaez+NqSZFKI=",
"type": "tarball", "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": { "contacts": {
"cargoLocks": null, "cargoLocks": null,

View File

@ -11,10 +11,10 @@
}; };
calendar = { calendar = {
pname = "calendar"; pname = "calendar";
version = "v4.6.6"; version = "v4.6.7";
src = fetchTarball { src = fetchTarball {
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";
sha256 = "sha256-jf6SIsgWTkQIVIYbfNiTA+KRbUM6g7NHFIOVygBwWmU="; sha256 = "sha256-hZfjWAMi/0qs5xMMgOlcoSXG6kcZ2aeDaez+NqSZFKI=";
}; };
}; };
contacts = { contacts = {

View File

@ -11,11 +11,11 @@
"fetchSubmodules": false, "fetchSubmodules": false,
"leaveDotGit": false, "leaveDotGit": false,
"name": null, "name": null,
"rev": "v0.10.0", "rev": "v0.10.1",
"sha256": "sha256-8nIW1XaHCBqQCoLkV1ZYE3NTbVZ6c+UOqYD08XQiv+4=", "sha256": "sha256-zGEhDy3uXIbvx4agSA8Mx7bRtiZZtoDZGbNbHc9L+yI=",
"type": "git", "type": "git",
"url": "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter" "url": "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter"
}, },
"version": "v0.10.0" "version": "v0.10.1"
} }
} }

View File

@ -3,14 +3,14 @@
{ {
prometheus-fail2ban-exporter = { prometheus-fail2ban-exporter = {
pname = "prometheus-fail2ban-exporter"; pname = "prometheus-fail2ban-exporter";
version = "v0.10.0"; version = "v0.10.1";
src = fetchgit { src = fetchgit {
url = "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter"; url = "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter";
rev = "v0.10.0"; rev = "v0.10.1";
fetchSubmodules = false; fetchSubmodules = false;
deepClone = false; deepClone = false;
leaveDotGit = false; leaveDotGit = false;
sha256 = "sha256-8nIW1XaHCBqQCoLkV1ZYE3NTbVZ6c+UOqYD08XQiv+4="; sha256 = "sha256-zGEhDy3uXIbvx4agSA8Mx7bRtiZZtoDZGbNbHc9L+yI=";
}; };
}; };
} }

View File

@ -1,3 +1,3 @@
[prometheus-fail2ban-exporter] [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" fetch.git = "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter"

View File

@ -4,5 +4,5 @@
}: }:
buildGoModule { buildGoModule {
inherit (sources.prometheus-fail2ban-exporter) pname src version; inherit (sources.prometheus-fail2ban-exporter) pname src version;
vendorHash = "sha256-qU6opwhhvzbQOhfGVyiVgKhfCSB0Z4eSRAJnv6ht2I0="; vendorHash = "sha256-5o8p5p0U/c0WAIV5dACnWA3ThzSh2tt5LIFMb59i9GY=";
} }