Merge pull request #37490 from ryantm/auto-update/libyaml-cpp

libyamlcpp: 0.6.1 -> 0.6.2
This commit is contained in:
Andreas Rammhold 2018-03-21 06:31:21 +01:00 committed by GitHub
commit d2eddd1a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libyaml-cpp-${version}";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "jbeder";
repo = "yaml-cpp";
rev = "yaml-cpp-${version}";
sha256 = "16x53p9gfch7gpyg865j7m1zhqsixx2hbbd206ffjv0ip8cjipjf";
sha256 = "16lclpa487yghf9019wymj419wkyx4795wv9q7539hhimajw9kpb";
};
outputs = [ "out" "dev" ];