Skip to content

Commit

Permalink
Merge pull request #331656 from r-ryantm/auto-update/laurel
Browse files Browse the repository at this point in the history
laurel: 0.6.2 -> 0.6.3
  • Loading branch information
emilylange authored Aug 4, 2024
2 parents e17a38d + 5d0bff9 commit 740a7a4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pkgs/servers/monitoring/laurel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,23 @@

rustPlatform.buildRustPackage rec {
pname = "laurel";
version = "0.6.2";
version = "0.6.3";

src = fetchFromGitHub {
owner = "threathunters-io";
repo = "laurel";
rev = "refs/tags/v${version}";
hash = "sha256-1V5VonSH631bS5sIYkHC3lk4yumDCJ+LZHE00Kbx+J8=";
hash = "sha256-vasu4ffSdiyeXGV8JUZYL3I/04UvZ/mOImdE45la9y8=";
};

cargoHash = "sha256-GhgGMETOOPjG6ANwwavI5lhMmByq73KDHvcO5pnADHE=";
cargoHash = "sha256-uQs+BUBWdbSoE3UqrSjqImVm5uwYf7XiTFtGG1BcFZI=";

postPatch = ''
# Upstream started to redirect aarch64-unknown-linux-gnu to aarch64-linux-gnu-gcc
# for their CI which breaks compiling on aarch64 in nixpkgs:
# error: linker `aarch64-linux-gnu-gcc` not found
rm .cargo/config.toml
'';

nativeBuildInputs = [ rustPlatform.bindgenHook ];
buildInputs = [ acl ];
Expand Down

0 comments on commit 740a7a4

Please sign in to comment.