Merge pull request #120320 from dotlambda/ffsend-0.2.71
ffsend: 0.2.68 -> 0.2.71
This commit is contained in:
commit
b906c94ad9
@ -16,16 +16,16 @@ with rustPlatform;
|
|||||||
|
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
pname = "ffsend";
|
pname = "ffsend";
|
||||||
version = "0.2.68";
|
version = "0.2.71";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "timvisee";
|
owner = "timvisee";
|
||||||
repo = "ffsend";
|
repo = "ffsend";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ga1v4s8ks2v632mim8ljya0gi2j8bbwj98yfm3g00p0z1i526qk";
|
sha256 = "sha256-dXFnM8085XVzUwk1e3SoO+O+z9lJ40htJzHBGRQ95XY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1n9pf29xid6jcas5yx94k4cpmqgx0kpqq7gwf83jisjywxzygh6w";
|
cargoSha256 = "sha256-VwxIH/n1DjZsMOLAREclqanb4q7QEOZ35KWWciyrnyQ=";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config installShellFiles ];
|
nativeBuildInputs = [ cmake pkg-config installShellFiles ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -54,7 +54,7 @@ buildRustPackage rec {
|
|||||||
web browser.
|
web browser.
|
||||||
'';
|
'';
|
||||||
homepage = "https://gitlab.com/timvisee/ffsend";
|
homepage = "https://gitlab.com/timvisee/ffsend";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ lilyball equirosa ];
|
maintainers = with maintainers; [ lilyball equirosa ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user