feat(3p/glog): Update glog version
This commit is contained in:
parent
6dc6c29fa4
commit
ce99ba42df
2 changed files with 16 additions and 2 deletions
15
third_party/glog/default.nix
vendored
Normal file
15
third_party/glog/default.nix
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.originals.glog.overrideAttrs(old: {
|
||||
version = "master-20200518";
|
||||
|
||||
# packaged version has a patch that is now in master.
|
||||
patches = [];
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "glog";
|
||||
rev = "0a2e5931bd5ff22fd3bf8999eb8ce776f159cda6";
|
||||
sha256 = "08yih0hc63j02p0ms4ydbgf2c13v2c7knjzp3qdin0v3sng896wg";
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue