pkgs/fastn: 0.4.69 -> 0.4.75

This commit is contained in:
Gabriel Arazas 2024-08-18 10:05:23 +08:00
parent ea7ee97ad1
commit 58b806377e
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 360 additions and 589 deletions

944
pkgs/fastn/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "fastn"; pname = "fastn";
version = "0.4.69"; version = "0.4.75";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fastn-stack"; owner = "fastn-stack";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-2KA8i+/REKXikQPskoS5/jSP3jmEJAiTkOvNYLs4iTE="; hash = "sha256-8/0fOpZhboBJWN2sNrVD54uW3J3UPxGW9wil0UfdfuM=";
}; };
cargoLock = { cargoLock = {
@ -37,5 +37,6 @@ rustPlatform.buildRustPackage rec {
description = "An integrated development environment for FTD"; description = "An integrated development environment for FTD";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ foo-dogsquared ]; maintainers = with maintainers; [ foo-dogsquared ];
mainProgram = "fastn";
}; };
} }