1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

evebox: 0.17.2 -> 0.18.2

Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
This commit is contained in:
Alyssa Ross 2024-08-06 20:33:21 +02:00
parent 462b96d2a1
commit efbf6203de
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0
2 changed files with 1116 additions and 746 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,20 +6,19 @@
rustPlatform.buildRustPackage rec {
pname = "evebox";
version = "0.17.2";
version = "0.18.2";
src = fetchFromGitHub {
owner = "jasonish";
repo = "evebox";
rev = version;
hash = "sha256-djL5cdudJNPAWLMQPS2Dkcc9H/gouOuu8evcBDdY9wA=";
hash = "sha256-vakCBDyL/Su55tkn/SJ5ShZcYC8l+p2acpve/fTN0uI=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"libsqlite3-sys-0.25.2" = "sha256-+c7ong6ca4WkEHl7ynCNn3WW68jF3pSYbllRsaNFGLc=";
"suricatax-rule-parser-0.1.0" = "sha256-upWgOKSAuj0pYGTeYKANzwutoF/m4AQ7MkzGYXmPbEo=";
"suricatax-rule-parser-0.1.0" = "sha256-qwkZFmvgfXrH0zHPq/dVfxpWkulPDT+CzPQQHfeBotg=";
};
};