mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
pkgs/fastn: 0.4.75 -> 0.4.79
This commit is contained in:
parent
8f3e16540e
commit
55cf85509a
1111
pkgs/fastn/Cargo.lock
generated
1111
pkgs/fastn/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user