refactor(pkgs): Use packagesFromDirectoryRecursive
This commit is contained in:
parent
cd012e86ba
commit
e2012ebc9a
8 changed files with 9 additions and 20 deletions
27
pkgs/_sources/generated.nix
Normal file
27
pkgs/_sources/generated.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
||||
{
|
||||
crowdsec-firewall-bouncer = {
|
||||
pname = "crowdsec-firewall-bouncer";
|
||||
version = "v0.0.34";
|
||||
src = fetchFromGitHub {
|
||||
owner = "crowdsecurity";
|
||||
repo = "cs-firewall-bouncer";
|
||||
rev = "v0.0.34";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-lDO9pwPkbI+FDTdXBv03c0p8wbkRUiIDNl1ip3AZo2g=";
|
||||
};
|
||||
};
|
||||
crowdsec-hub = {
|
||||
pname = "crowdsec-hub";
|
||||
version = "fc59f78180f3edfce76df3e77b001c454f567d3d";
|
||||
src = fetchFromGitHub {
|
||||
owner = "crowdsecurity";
|
||||
repo = "hub";
|
||||
rev = "fc59f78180f3edfce76df3e77b001c454f567d3d";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-Ejx3ta05SMvV/Dj7wy2iF9QYbGoRvxPB3+QuCIoTX4Q=";
|
||||
};
|
||||
date = "2025-08-17";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue