spdlog: 0.14.0 -> 0.17.0 & 1.1.0 -> 1.2.1 (#51143)

spdlog: 0.14.0 -> 0.17.0 & 1.1.0 -> 1.2.1
This commit is contained in:
Jörg Thalheim 2018-11-28 11:09:22 +00:00 committed by GitHub
commit f4f3f8f29e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ let
nativeBuildInputs = [ cmake ];
# cmakeFlags = [ "-DSPDLOG_BUILD_EXAMPLES=ON" ];
cmakeFlags = [ "-DSPDLOG_BUILD_EXAMPLES=OFF" ];
outputs = [ "out" "doc" ];
@ -35,12 +35,12 @@ let
in
{
spdlog_1 = generic {
version = "1.1.0";
sha256 = "0yckz5w02v8193jhxihk9v4i8f6jafyg2a33amql0iclhk17da8f";
version = "1.2.1";
sha256 = "0gdj8arfz4r9419zbcxk9y9nv47qr7kyjjzw9m3ijgmn2pmxk88n";
};
spdlog_0 = generic {
version = "0.14.0";
sha256 = "13730429gwlabi432ilpnja3sfvy0nn2719vnhhmii34xcdyc57q";
version = "0.17.0";
sha256 = "112kfh4fbpm5cvrmgbgz4d8s802db91mhyjpg7cwhlywffnzkwr9";
};
}