ffsend: 0.2.56 -> 0.2.57 (#75082)

ffsend: 0.2.56 -> 0.2.57
This commit is contained in:
Vladyslav M 2019-12-06 22:27:52 +02:00 committed by GitHub
commit 5471b5be31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,16 +16,16 @@ with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
pname = "ffsend"; pname = "ffsend";
version = "0.2.56"; version = "0.2.57";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "timvisee"; owner = "timvisee";
repo = "ffsend"; repo = "ffsend";
rev = "v${version}"; rev = "v${version}";
sha256 = "12ymy2f7nd7w4qm1w8kd6p5dk8prnzsmynmh434x0pzh3cg4fhji"; sha256 = "04y3mnh77g8mvcikp3m0a20vz180fzv847z8xjnz97ynhrbp3q94";
}; };
cargoSha256 = "08xqvrsyxy131702d6l6klznp6vijik910k65k6sgxqdw6r7ah9a"; cargoSha256 = "19w1lwvp54fjl1ll5pay5grfgj4zs2idqiqppxhksf61az6knql9";
nativeBuildInputs = [ cmake pkgconfig installShellFiles ]; nativeBuildInputs = [ cmake pkgconfig installShellFiles ];
buildInputs = [ openssl ] buildInputs = [ openssl ]
@ -55,7 +55,7 @@ buildRustPackage rec {
''; '';
homepage = https://gitlab.com/timvisee/ffsend; homepage = https://gitlab.com/timvisee/ffsend;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.lilyball maintainers.equirosa]; maintainers = with maintainers; [ lilyball equirosa ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }