rapidyaml: 0.11.1 -> 0.16.0

This commit is contained in:
R. Ryantm
2026-07-25 11:55:47 +00:00
parent e0166b2fe1
commit f22784b1b7
+2 -2
View File
@@ -8,14 +8,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rapidyaml";
version = "0.11.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "biojppm";
repo = "rapidyaml";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-NjpEpjBFB2Ydfo81VzOYoMPqMdJbIYcQWBRcxCbJlY4=";
hash = "sha256-GTEgdCxqPs/Xos9pLDa0Zn/3heLBi17bhiNHfChTxQk=";
};
nativeBuildInputs = [