libcyaml: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2023-05-30 23:58:58 +00:00
parent 592d4ee6e7
commit 3190a79519
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "libcyaml";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "tlsa";
repo = "libcyaml";
rev = "v${version}";
sha256 = "sha256-UENh8oxZm7uukCr448Nrf7devDK4SIT3DVhvXbwfjw8=";
sha256 = "sha256-iS1T8R0SW+qu0TlP5FVlDzUfQitiZMUkbJUigbxeW0Y=";
};
buildInputs = [ libyaml ];