Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6f98994415f3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c6c89ea6938
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 27, 2019

  1. ffsend: 0.2.52 -> 0.2.54

    lilyball committed Oct 27, 2019
    Copy the full SHA
    a8b27f7 View commit details
  2. Merge pull request #72062 from lilyball/ffsend

    ffsend: 0.2.52 -> 0.2.54
    mmahut authored Oct 27, 2019
    Copy the full SHA
    2c6c89e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/ffsend/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/ffsend/default.nix
Original file line number Diff line number Diff line change
@@ -16,16 +16,16 @@ with rustPlatform;

buildRustPackage rec {
pname = "ffsend";
version = "0.2.52";
version = "0.2.54";

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

cargoSha256 = "01sgk4101ad0zk1k8zz89fsk2iq6j2vr8xd0wi6h88g2lgxvffzf";
cargoSha256 = "0wri2shj5xxgjv8gl0fq776s20897zwsgglh8ghgd2z3zjwjachw";

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