emilylange 2023-07-18 13:42:04 +02:00
parent 6cee3b5893
commit 3be38faf59
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "laurel";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
owner = "threathunters-io";
repo = pname;
rev = "v${version}";
hash = "sha256-MT3Zcuztb2QUwWR3HFViJQtygI0oIUE3TlMu+vWzbMI=";
hash = "sha256-4SOnBIi45g2hYo+nFLI5soS+qRPzjkSYwmyMfVZCyVo=";
};
cargoHash = "sha256-hX2nSBgXctAHGqvP/ZmMjGJf7C/wPJ/gL+gV7uI8gco=";
cargoHash = "sha256-yrk3frsR8AQGDVFgP2fCIWmhw+dTZwvga1hF0IAwzjQ=";
nativeBuildInputs = [ rustPlatform.bindgenHook ];
buildInputs = [ acl ];