Merge pull request #335046 from r-ryantm/auto-update/rapidyaml

rapidyaml: 0.7.0 -> 0.7.1
This commit is contained in:
Nick Cao 2024-08-17 14:42:54 -04:00 committed by GitHub
commit 8a22c8d50f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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