lol

crowdsec-firewall-bouncer: 0.0.33 -> 0.0.34

R. Ryantm c94ed3ac b1b0d690

+3 -3
+3 -3
pkgs/by-name/cr/crowdsec-firewall-bouncer/package.nix
··· 7 7 }: 8 8 buildGoModule (finalAttrs: { 9 9 pname = "crowdsec-firewall-bouncer"; 10 - version = "0.0.33"; 10 + version = "0.0.34"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "crowdsecurity"; 14 14 repo = "cs-firewall-bouncer"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-4fxxAW2sXGNxjsc75fd499ciuN8tjGqlpRIaHYUXwQ0="; 16 + hash = "sha256-lDO9pwPkbI+FDTdXBv03c0p8wbkRUiIDNl1ip3AZo2g="; 17 17 }; 18 18 19 - vendorHash = "sha256-Bhp6Z2UlCJ32vdc3uINCGleZFP2WeUn/XK+Q29szUzQ="; 19 + vendorHash = "sha256-SbpclloBgd9vffC0lBduGRqPOqmzQ0J91/KeDHCh0jo="; 20 20 21 21 ldflags = [ 22 22 "-X github.com/crowdsecurity/go-cs-lib/version.Version=v${finalAttrs.version}"