mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-16 13:31:08 +00:00
Merge pull request #70815 from r-ryantm/auto-update/libyaml-cpp
libyamlcpp: 0.6.2 -> 0.6.3
This commit is contained in:
commit
c1c9758e7c
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libyaml-cpp";
|
pname = "libyaml-cpp";
|
||||||
version = "0.6.2";
|
version = "0.6.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jbeder";
|
owner = "jbeder";
|
||||||
repo = "yaml-cpp";
|
repo = "yaml-cpp";
|
||||||
rev = "yaml-cpp-${version}";
|
rev = "yaml-cpp-${version}";
|
||||||
sha256 = "16lclpa487yghf9019wymj419wkyx4795wv9q7539hhimajw9kpb";
|
sha256 = "0ykkxzxcwwiv8l8r697gyqh1nl582krpvi7m7l6b40ijnk4pw30s";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue