Unverified Commit cb716de2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

crowdsec: 1.6.4 -> 1.6.5 (#384187)

parents d25044e0 e144f885
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule rec {
  pname = "crowdsec";
  version = "1.6.4";
  version = "1.6.5";

  src = fetchFromGitHub {
    owner = "crowdsecurity";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-U3YnLjsD+Kl/6HD+RPP0gWa4N96X5wkbdCmIrxas1I8=";
    hash = "sha256-Jt5qFY41TnkvDw2BPd+vfyskhLpnJnsiUmUJcADQ0so=";
  };

  vendorHash = "sha256-PtBVXPbLNdJyS8v8H9eRB6sTPaiseg18+eXToHvH7tw=";
  vendorHash = "sha256-I9h63iePhEMCy8IQNTomhgduGOyC3aoxz/0L4JQhhF8=";

  nativeBuildInputs = [ installShellFiles ];