Merge pull request #266536 from emilylange/laurel

laurel: 0.5.3 -> 0.5.5
This commit is contained in:
Emily 2023-11-19 14:11:48 +01:00 committed by GitHub
commit c72f91a74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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