Commit e144f885 authored by R. RyanTM's avatar R. RyanTM
Browse files

crowdsec: 1.6.4 -> 1.6.5

parent d8b348c8
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 ];