forked from mirrors/nixpkgs
Merge pull request #225014 from r-ryantm/auto-update/libcyaml
libcyaml: 1.3.1 -> 1.4.0
This commit is contained in:
commit
0fb8d940f5
|
@ -4,13 +4,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libcyaml";
|
||||
version = "1.3.1";
|
||||
version = "1.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tlsa";
|
||||
repo = "libcyaml";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ntgTgIJ3u1IbR/eYOgwmgR9Jvx28P+l44wAMlBEcbj8=";
|
||||
sha256 = "sha256-UENh8oxZm7uukCr448Nrf7devDK4SIT3DVhvXbwfjw8=";
|
||||
};
|
||||
|
||||
buildInputs = [ libyaml ];
|
||||
|
|
Loading…
Reference in a new issue