rapidyaml: 0.9.0 -> 0.10.0 (#447620)

This commit is contained in:
Sebastián Mancilla
2025-10-19 19:13:04 -03:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "rapidyaml";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "biojppm";
repo = "rapidyaml";
fetchSubmodules = true;
tag = "v${version}";
hash = "sha256-+ENfflVjeesX14m0G71HdeSIECopZV4J2JL9+c+nbXE=";
hash = "sha256-r19PBS35mvAK2RoZGXaw6UU9EuEXVoUK6BV6cJnPyUs=";
};
nativeBuildInputs = [