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: cec5d5bffc35
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c82977caf44e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 12, 2018

  1. libgit2_0_27: 0.27.5 -> 0.27.7 (#50064)

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libgit2/versions
    r-ryantm authored and timokau committed Nov 12, 2018
    Copy the full SHA
    c82977c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/git2/0.27.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/git2/0.27.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@
}:

stdenv.mkDerivation rec {
version = "0.27.5";
version = "0.27.7";
name = "libgit2-${version}";

src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
sha256 = "1f6jxgw4pf6jln439v1pj8a0kgym5sq5xry8x0gq18dr5gv3wims";
sha256 = "1q3mp7xjpbmdsnk4sdzf2askbb4pgbxcmr1h7y7zk2738dndwkha";
};

cmakeFlags = [ "-DTHREADSAFE=ON" ];