emilylange 2023-11-16 22:06:06 +01:00
parent b3c29675ac
commit 7f9184873d
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "laurel";
version = "0.5.3";
version = "0.5.5";
src = fetchFromGitHub {
owner = "threathunters-io";
repo = pname;
rev = "v${version}";
hash = "sha256-4SOnBIi45g2hYo+nFLI5soS+qRPzjkSYwmyMfVZCyVo=";
rev = "refs/tags/v${version}";
hash = "sha256-O1EdIEgg+QfOnnhcTpI1nwYjdLOWcdt90SQegn68AJI=";
};
cargoHash = "sha256-yrk3frsR8AQGDVFgP2fCIWmhw+dTZwvga1hF0IAwzjQ=";
cargoHash = "sha256-wseysbjMkjPgKk7X9PpBck/IuafIFXfbRy+fPfR1CEY=";
nativeBuildInputs = [ rustPlatform.bindgenHook ];
buildInputs = [ acl ];