Skip to content

Commit

Permalink
Merge pull request #70038 from lilyball/ffsend
Browse files Browse the repository at this point in the history
ffsend: 0.2.51 -> 0.2.52
  • Loading branch information
marsam committed Sep 30, 2019
2 parents f490668 + 9ddfe6f commit 3e311c8
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.51";
version = "0.2.52";

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

cargoSha256 = "1x4hxar60lwimldpsi0frdlssgsb72qahn3dmb980sj6cmbq3f0b";
cargoSha256 = "01sgk4101ad0zk1k8zz89fsk2iq6j2vr8xd0wi6h88g2lgxvffzf";

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

0 comments on commit 3e311c8

Please sign in to comment.