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

Commits on Oct 31, 2020

  1. ffsend: 0.2.65 -> 0.2.68

    r-ryantm committed Oct 31, 2020
    Copy the full SHA
    ddefc77 View commit details

Commits on Nov 1, 2020

  1. Merge pull request #102279 from r-ryantm/auto-update/ffsend

    ffsend: 0.2.65 -> 0.2.68
    ryantm authored Nov 1, 2020
    Copy the full SHA
    3099c68 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.65";
version = "0.2.68";

src = fetchFromGitLab {
owner = "timvisee";
repo = "ffsend";
rev = "v${version}";
sha256 = "02yw129rw072jlf36k60jbhfdv9ayx2wb5il61fc0v07h1nd7i0d";
sha256 = "0ga1v4s8ks2v632mim8ljya0gi2j8bbwj98yfm3g00p0z1i526qk";
};

cargoSha256 = "04waki61b5pjlgznbhbrjpi9rxgdwg9mjbx2apfh9swvfip602r6";
cargoSha256 = "1n9pf29xid6jcas5yx94k4cpmqgx0kpqq7gwf83jisjywxzygh6w";

nativeBuildInputs = [ cmake pkgconfig installShellFiles ];
buildInputs =