blsd: bump libgit

This commit is contained in:
Jörg Thalheim 2018-07-27 13:34:35 +01:00
parent c9d79c639f
commit 84c75d5a50
2 changed files with 11 additions and 10 deletions

View File

@ -1,11 +1,12 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
[
{
goPackagePath = "github.com/libgit2/git2go";
fetch = {
type = "git";
url = "https://github.com/libgit2/git2go";
rev = "334260d743d713a55ff3c097ec6707f2bb39e9d5";
sha256 = "0hfya9z2pg29zbc0s92hj241rnbk7d90jzj34q0dp8b7akz6r1rc";
};
}
{
goPackagePath = "github.com/libgit2/git2go";
fetch = {
type = "git";
url = "https://github.com/libgit2/git2go";
rev = "14280de4da0f392935854a7cbdd67b2a5505c3a8";
sha256 = "17ppd7byzir8rhdk645dmggi700scb8f401yiwx8zy81q41dk1qi";
};
}
]

View File

@ -898,7 +898,7 @@ with pkgs;
blockdiag = pythonPackages.blockdiag;
blsd = callPackage ../tools/misc/blsd {
libgit2 = libgit2_0_25;
libgit2 = libgit2_0_27;
};
bluez-tools = callPackage ../tools/bluetooth/bluez-tools { };