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

rapidyaml: 0.5.0 -> 0.6.0
This commit is contained in:
Weijia Wang 2024-05-05 19:25:47 +02:00 committed by GitHub
commit a607c1ffdd
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.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "biojppm";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-1/P6Szgng94UU8cPFAtOKMS+EmiwfW/IJl2UTolDU5s=";
sha256 = "sha256-p9XaMsrOgnEdb0yl52HXhNzz6YxuvTD5GCaq1a+l1bQ=";
};
nativeBuildInputs = [ cmake git ];
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/biojppm/rapidyaml";
license = licenses.mit;
maintainers = with maintainers; [ martfont ];
platforms = platforms.all;
};
}