Merge pull request #251441 from SuperSandro2000/libgit2

libgit2: 1.7.0 -> 1.7.1

authored by

Theodore Ni and committed by
GitHub
417531aa cf65877d

+2 -16
+2 -16
pkgs/development/libraries/libgit2/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , cmake 6 , pkg-config 7 , python3 ··· 20 21 stdenv.mkDerivation rec { 22 pname = "libgit2"; 23 - version = "1.7.0"; 24 # also check the following packages for updates: python3Packages.pygit2 and libgit2-glib 25 26 src = fetchFromGitHub { 27 owner = "libgit2"; 28 repo = "libgit2"; 29 rev = "v${version}"; 30 - hash = "sha256-3ZVBGd2T5DQKsDEc5a7pS0yz01+rDCszU9ZK0zxvfyQ="; 31 }; 32 - 33 - patches = [ 34 - (fetchpatch { 35 - name = "darwin-errSSLNetworkTimeout.patch"; 36 - url = "https://github.com/libgit2/libgit2/commit/3e15292d8863da316a57be23fede04f443460686.patch"; 37 - hash = "sha256-N314YK7osO9L3hCXb+FcMoDM8iBW9Bt8D5O2Szdz7YA="; 38 - }) 39 - (fetchpatch { 40 - name = "missing-git_oidarray.patch"; 41 - url = "https://github.com/libgit2/libgit2/commit/085a169c1d73e02888708652d7772b3bc1f1b28b.diff"; 42 - hash = "sha256-l6q1TLuOloyk0Jqvo5Npv4grU/oxlg+RFLa43qENaLI="; 43 - }) 44 - ]; 45 46 cmakeFlags = [ 47 "-DUSE_HTTP_PARSER=system"
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , cmake 5 , pkg-config 6 , python3 ··· 19 20 stdenv.mkDerivation rec { 21 pname = "libgit2"; 22 + version = "1.7.1"; 23 # also check the following packages for updates: python3Packages.pygit2 and libgit2-glib 24 25 src = fetchFromGitHub { 26 owner = "libgit2"; 27 repo = "libgit2"; 28 rev = "v${version}"; 29 + hash = "sha256-3W0/i6Pu7I7D1zMQhmEqJVsa7PZpKOqU1+udNENSBvM="; 30 }; 31 32 cmakeFlags = [ 33 "-DUSE_HTTP_PARSER=system"