bump(crowdsec-up): Update hub

This commit is contained in:
Tristan Daniël Maat 2025-05-17 15:46:03 +08:00
parent cfbc2999d7
commit 1bef207356
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 8 additions and 8 deletions
pkgs/crowdsec/_sources

View file

@ -21,7 +21,7 @@
},
"crowdsec-hub": {
"cargoLocks": null,
"date": "2025-04-04",
"date": "2025-05-17",
"extract": null,
"name": "crowdsec-hub",
"passthru": null,
@ -33,10 +33,10 @@
"name": null,
"owner": "crowdsecurity",
"repo": "hub",
"rev": "eebc5f71379ea8f4de4a26f6695e0340444c719c",
"sha256": "sha256-/jhsqumekdOHDbHjBP8KvAICsSNhCg5ejMT3jSRiROo=",
"rev": "850614b9fcd4298f559b422c5ac685a69aa2e5ff",
"sha256": "sha256-96MMwFN5KongQA3YJVSuk7Kanbr1gR94CCyiflmez2k=",
"type": "github"
},
"version": "eebc5f71379ea8f4de4a26f6695e0340444c719c"
"version": "850614b9fcd4298f559b422c5ac685a69aa2e5ff"
}
}

View file

@ -14,14 +14,14 @@
};
crowdsec-hub = {
pname = "crowdsec-hub";
version = "eebc5f71379ea8f4de4a26f6695e0340444c719c";
version = "850614b9fcd4298f559b422c5ac685a69aa2e5ff";
src = fetchFromGitHub {
owner = "crowdsecurity";
repo = "hub";
rev = "eebc5f71379ea8f4de4a26f6695e0340444c719c";
rev = "850614b9fcd4298f559b422c5ac685a69aa2e5ff";
fetchSubmodules = false;
sha256 = "sha256-/jhsqumekdOHDbHjBP8KvAICsSNhCg5ejMT3jSRiROo=";
sha256 = "sha256-96MMwFN5KongQA3YJVSuk7Kanbr1gR94CCyiflmez2k=";
};
date = "2025-04-04";
date = "2025-05-17";
};
}