mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
blsd: bump libgit
This commit is contained in:
parent
c9d79c639f
commit
84c75d5a50
19
pkgs/tools/misc/blsd/deps.nix
generated
19
pkgs/tools/misc/blsd/deps.nix
generated
@ -1,11 +1,12 @@
|
|||||||
|
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/libgit2/git2go";
|
goPackagePath = "github.com/libgit2/git2go";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/libgit2/git2go";
|
url = "https://github.com/libgit2/git2go";
|
||||||
rev = "334260d743d713a55ff3c097ec6707f2bb39e9d5";
|
rev = "14280de4da0f392935854a7cbdd67b2a5505c3a8";
|
||||||
sha256 = "0hfya9z2pg29zbc0s92hj241rnbk7d90jzj34q0dp8b7akz6r1rc";
|
sha256 = "17ppd7byzir8rhdk645dmggi700scb8f401yiwx8zy81q41dk1qi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -898,7 +898,7 @@ with pkgs;
|
|||||||
blockdiag = pythonPackages.blockdiag;
|
blockdiag = pythonPackages.blockdiag;
|
||||||
|
|
||||||
blsd = callPackage ../tools/misc/blsd {
|
blsd = callPackage ../tools/misc/blsd {
|
||||||
libgit2 = libgit2_0_25;
|
libgit2 = libgit2_0_27;
|
||||||
};
|
};
|
||||||
|
|
||||||
bluez-tools = callPackage ../tools/bluetooth/bluez-tools { };
|
bluez-tools = callPackage ../tools/bluetooth/bluez-tools { };
|
||||||
|
Loading…
Reference in New Issue
Block a user