Unverified Commit a607c1ff authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

rapidyaml: 0.5.0 -> 0.6.0
parents 5adc4475 4aa1c01b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;
  };
}