update(pkgs): Update sources of all downstream packages

This commit is contained in:
Tristan Daniël Maat 2025-09-29 13:49:15 +08:00
parent dd7f85219a
commit 4517c6e4b0
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -14,8 +14,8 @@ stdenvNoCC.mkDerivation (drv: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crowdsecurity"; owner = "crowdsecurity";
repo = "hub"; repo = "hub";
rev = "fc59f78180f3edfce76df3e77b001c454f567d3d"; rev = "2c5a8cb7b61ad56d7107a1ce5b2a0503fd647eda";
hash = "sha256-Ejx3ta05SMvV/Dj7wy2iF9QYbGoRvxPB3+QuCIoTX4Q="; hash = "sha256-3R7aHzChKaOvghkCb/YyQ6H/WR4U18YobiUCQUrwYQ4=";
}; };
installPhase = '' installPhase = ''