Merge pull request #244154 from emilylange/laurel

laurel: 0.5.2 -> 0.5.3
This commit is contained in:
Nick Cao
2023-07-18 18:57:00 -06:00
committed by GitHub
+3 -3
View File
@@ -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 ];