rapidyaml: 0.10.0 -> 0.11.1 (#499833)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-21 19:26:59 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rapidyaml";
version = "0.10.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "biojppm";
repo = "rapidyaml";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-r19PBS35mvAK2RoZGXaw6UU9EuEXVoUK6BV6cJnPyUs=";
hash = "sha256-NjpEpjBFB2Ydfo81VzOYoMPqMdJbIYcQWBRcxCbJlY4=";
};
nativeBuildInputs = [