crowdsec: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2024-04-28 15:18:50 +00:00
parent 9516f3c963
commit 98166ba87b
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "crowdsec";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "crowdsecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-5jK+f6IFPhGit+jxkSLTcWN1+nJRQaCZKpWZYId+2bk=";
hash = "sha256-CCQDMIBpKmaUSRwyjryTO3YWVIrr6FwW64K+alTrcdw=";
};
vendorHash = "sha256-tUvFT+rE58yxNJGhqqwSG0GlGushkUpngxLkmyjjFFY=";
vendorHash = "sha256-K38hxWcrYOznXr8eST0xQBL0nNxHMAiGji5rFwAK0Qw=";
nativeBuildInputs = [ installShellFiles ];