Skip to content

Commit

Permalink
Merge pull request #67729 from lilyball/ffsend_v0.2.51
Browse files Browse the repository at this point in the history
ffsend: v0.2.50 -> v0.2.51
  • Loading branch information
dywedir committed Aug 30, 2019
2 parents 73bc17f + 8d084f6 commit 5c20107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/ffsend/default.nix
Expand Up @@ -16,16 +16,16 @@ with rustPlatform;

buildRustPackage rec {
pname = "ffsend";
version = "0.2.50";
version = "0.2.51";

src = fetchFromGitLab {
owner = "timvisee";
repo = "ffsend";
rev = "v${version}";
sha256 = "06virzmg3prvwk5gilr19qrpi93wvv7jq096kgsbn3rmnv3ys1zh";
sha256 = "1ckzgzbv2fh5y7c5r0b9n6y2migmsrnlwdg7dybr0c82s39swr7f";
};

cargoSha256 = "1g72nz3nha41cvsb514z4k78yw7xcsh3nm0bl2wqy9dvdzgp1lm1";
cargoSha256 = "1x4hxar60lwimldpsi0frdlssgsb72qahn3dmb980sj6cmbq3f0b";

nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ openssl ]
Expand Down

0 comments on commit 5c20107

Please sign in to comment.