mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 12:19:00 +00:00
pkgs/fastn: 0.4.87 -> 0.4.99
This commit is contained in:
parent
66783bb070
commit
cedc85e1ab
4910
pkgs/fastn/Cargo.lock
generated
4910
pkgs/fastn/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,25 +1,21 @@
|
||||
{ lib, rustPlatform, fetchFromGitHub, cmake, pkg-config, openssl }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "fastn";
|
||||
version = "0.4.87";
|
||||
version = "0.4.99";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fastn-stack";
|
||||
repo = pname;
|
||||
rev = "f405500da3f3263f11b97ded059aeef9866a3454";
|
||||
hash = "sha256-nIq89Owf2znBYsdpq+2LpzplBdrnRldYa1at4VqiD3Q=";
|
||||
repo = finalAttrs.pname;
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-oomlLE0lha1b9N7CvQKsvlvcLZ8+f5aWjTWqzzgBDUk=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"fastn-observer-0.1.0" = "sha256-D7ch6zB1xw54vGbpcQ3hf+zG11Le/Fy01W3kHhc8bOg=";
|
||||
};
|
||||
};
|
||||
cargoHash = "sha256-6WXhxHDqlPJLBgG2VkEQgMV58s6MiAAhQkLQOPBtqpo=";
|
||||
cargoBuildFeatures = [ "edition2024" ];
|
||||
useFetchCargoVendor = true;
|
||||
|
||||
OPENSSL_NO_VENDOR = "1";
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
nativeBuildInputs = [ rustPlatform.bindgenHook cmake pkg-config ];
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
checkFlags = [ "--skip=tests::fbt" ];
|
||||
@ -31,4 +27,4 @@ rustPlatform.buildRustPackage rec {
|
||||
maintainers = with maintainers; [ foo-dogsquared ];
|
||||
mainProgram = "fastn";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user