pkgs/fastn: 0.4.75 -> 0.4.79

This commit is contained in:
Gabriel Arazas 2024-11-13 13:13:12 +08:00
parent 8f3e16540e
commit 55cf85509a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 564 additions and 555 deletions

1111
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.75"; version = "0.4.79";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fastn-stack"; owner = "fastn-stack";
repo = pname; repo = pname;
rev = version; rev = "f405500da3f3263f11b97ded059aeef9866a3454";
hash = "sha256-8/0fOpZhboBJWN2sNrVD54uW3J3UPxGW9wil0UfdfuM="; hash = "sha256-nIq89Owf2znBYsdpq+2LpzplBdrnRldYa1at4VqiD3Q=";
}; };
cargoLock = { cargoLock = {
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
homepage = "https://fastn.com/"; homepage = "https://fastn.com/";
description = "An integrated development environment for FTD"; description = "An integrated development environment for FTD";
license = licenses.bsd3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ foo-dogsquared ]; maintainers = with maintainers; [ foo-dogsquared ];
mainProgram = "fastn"; mainProgram = "fastn";
}; };