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

Commits on Feb 28, 2019

  1. Copy the full SHA
    7634357 View commit details

Commits on Mar 7, 2019

  1. Merge pull request #56529 from dtzWill/update/libplist-2019-01-20

    libplist: 2018-07-25 -> 2019-01-20
    dtzWill authored Mar 7, 2019
    Copy the full SHA
    094a204 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/libplist/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libplist/default.nix
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@ let
in
stdenv.mkDerivation rec {
pname = "libplist";
version = "2018-07-25";
version = "2019-01-20";

name = "${pname}-${version}";

src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
rev = "db68a9d1070b363eee93147f072f46526064acbc";
sha256 = "0lxyb35jjg31m8dxhsv1jr2ccy5s19fsqzisy7lfjk46w7brs4h5";
rev = "bec850fe399639f3b8582a39386216970dea15ed";
sha256 = "197yw8xz8x2xld8b6975scgnl30j4ibm9llmzljyqngs0zsdwnin";
};

outputs = ["bin" "dev" "out" "py"];