mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
certificate-transparency: 2015-11-27 -> 2016-01-14
Bump to latest master. Among other things, this pulls in google/certificate-transparency#1088 which fixes a problem with running xjson-server in clustering mode.
This commit is contained in:
parent
da53f27a17
commit
a11c1f8e39
@ -3,8 +3,8 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "certificate-transparency-${version}";
|
||||
|
||||
version = "2015-11-27";
|
||||
rev = "dc5a51e55af989ff5871a6647166d00d0de478ab";
|
||||
version = "2016-01-14";
|
||||
rev = "250672b5aef3666edbdfc9a75b95a09e7a57ed08";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.certificate-transparency.org/;
|
||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "google";
|
||||
repo = "certificate-transparency";
|
||||
rev = rev;
|
||||
sha256 = "14sgc2kcjjsnrykwcjin21h1f3v4kg83w6jqiq9qdm1ha165yhvx";
|
||||
sha256 = "1gn0bqzkf09jvc2aq3da8fwhl65y7q57msqsh6iczvd6fdmrpfdj";
|
||||
};
|
||||
|
||||
# need to disable regex support in evhtp or building will fail
|
||||
|
Loading…
Reference in New Issue
Block a user