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: 791452d50e97
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a2a2d1dec56f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 31, 2020

  1. ffsend: 0.2.58 -> 0.2.59

    Lily Ballard committed Mar 31, 2020
    Copy the full SHA
    06b0516 View commit details

Commits on Apr 1, 2020

  1. Merge pull request #83907 from lilyball/ffsend

    ffsend: 0.2.58 -> 0.2.59
    marsam authored Apr 1, 2020
    Copy the full SHA
    a2a2d1d 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.58";
version = "0.2.59";

src = fetchFromGitLab {
owner = "timvisee";
repo = "ffsend";
rev = "v${version}";
sha256 = "0yqigqh5vldzmp7wc1mxi5a4bxzm81xycx5h0ghak74vbjibps49";
sha256 = "14a7mb1a1s74hi124v4jscc72m09zq2bd8xrhq5agz9z27plqm2c";
};

cargoSha256 = "0m2931fmc8jczjpb08077cpz9klhhf3aq15j2h76sb254qndagzy";
cargoSha256 = "1945s3ajpy55fzh5wbl7fchqck0fh69shl18lxni9hvg04smq39i";

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