libgit2: 0.24.6 -> 0.25.1

This commit is contained in:
Franz Pletz 2017-04-09 12:36:28 +02:00
parent cbe0062325
commit b4c7979363
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, pkgconfig, cmake, zlib, python, libssh2, openssl, curl, http-parser, libiconv }:
stdenv.mkDerivation (rec {
version = "0.24.6";
version = "0.25.1";
name = "libgit2-${version}";
src = fetchurl {
name = "${name}.tar.gz";
url = "https://github.com/libgit2/libgit2/tarball/v${version}";
sha256 = "070jrv690bd5dq991lc32qfnai9ywvrjzsfgi3rcw6kw4l2ynxjr";
sha256 = "100bah8picqjzyhpw4wd7z5vyidcb8aggin50bhbpn607h8n8bml";
};
# TODO: `cargo` (rust's package manager) surfaced a serious bug in