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

Commits on Nov 10, 2018

  1. Copy the full SHA
    23e66b3 View commit details
  2. Merge pull request #50158 from xaverdh/aft-v3.6

    android-file-transfer: 3.5 -> 3.6
    Mic92 authored Nov 10, 2018
    Copy the full SHA
    9d3961e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/filesystems/android-file-transfer/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/android-file-transfer/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "android-file-transfer-${version}";
version = "3.5";
version = "3.6";
src = fetchFromGitHub {
owner = "whoozle";
repo = "android-file-transfer-linux";
rev = "v${version}";
sha256 = "036hca41ikgnw4maykjdp53l31rm01mgamy9y56i5qqh84cwmls2";
sha256 = "0gaj1shmd62ks4cjdcmiqczlr93v8ivjcg0l6s8z73cz9pf8dxmz";
};
buildInputs = [ cmake fuse readline pkgconfig qtbase ];
buildPhase = ''