Unverified Commit 996c7879 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #212259 from SuperSandro2000/libgit2

libgit2: 1.5.0 -> 1.5.1
parents 88e12d64 9adfe0b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

stdenv.mkDerivation rec {
  pname = "libgit2";
  version = "1.5.0";
  version = "1.5.1";
  # also check the following packages for updates: python3.pkgs.pygit2 and libgit2-glib

  src = fetchFromGitHub {
    owner = "libgit2";
    repo = "libgit2";
    rev = "v${version}";
    sha256 = "sha256-lXFQo+tt56BFoPgdkTfz6WdIngeotTm+8cAGcBP6XqY=";
    sha256 = "sha256-KzBMwpqn6wUFhgB3KDclBS0BvZSVcasM5AG/y+L91xM=";
  };

  cmakeFlags = [