3
0
Fork 0
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:
markuskowa 2023-04-10 14:37:44 +02:00 committed by GitHub
commit 0fb8d940f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];