8 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   buildGoModule,
 | |
|   sources,
 | |
| }:
 | |
| buildGoModule {
 | |
|   inherit (sources.prometheus-fail2ban-exporter) pname src version;
 | |
|   vendorHash = "sha256-qU6opwhhvzbQOhfGVyiVgKhfCSB0Z4eSRAJnv6ht2I0=";
 | |
| }
 |