rapidyaml: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm
2024-08-16 07:18:59 +00:00
parent 6f0fa65707
commit c9fe7ff8cd
@@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "rapidyaml";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "biojppm";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
hash = "sha256-VpREG75d+Rmfu8B2VTWueJtfEZwKxGUFb8E3OwVy1L4=";
hash = "sha256-NUPx/1DkhSeCTt3Y5WpsN3wX7pMNOeku7eHdmFv/OWw=";
};
nativeBuildInputs = [ cmake git ];