laurel: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2025-08-04 16:06:01 +00:00
parent fa154dda31
commit c0a7b91ec9

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "laurel"; pname = "laurel";
version = "0.7.2"; version = "0.7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "threathunters-io"; owner = "threathunters-io";
repo = "laurel"; repo = "laurel";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-rOf7UtkMoYpReZr/2135QcpMEfYD80IY4zF0TwAWr4I="; hash = "sha256-4LIv9rdYTPPERgMT8mF6Ymdur9f4tzNkkkMHBePtAH0=";
}; };
cargoHash = "sha256-Pfs4Bg6VZIiiXQu0ZKcDi9zeEYl08kOnWi3R2iaQG24="; cargoHash = "sha256-AgyCiCsP3iuk0mRXkFAPDbXG12jE7uXfcGblpALbpMA=";
postPatch = '' postPatch = ''
# Upstream started to redirect aarch64-unknown-linux-gnu to aarch64-linux-gnu-gcc # Upstream started to redirect aarch64-unknown-linux-gnu to aarch64-linux-gnu-gcc