Unverified Commit abd07c8d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rapidyaml: 0.7.1 -> 0.7.2 (#337601)

parents 0d963982 1f237fc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

stdenv.mkDerivation rec {
  pname = "rapidyaml";
  version = "0.7.1";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "biojppm";
    repo = pname;
    fetchSubmodules = true;
    rev = "v${version}";
    hash = "sha256-NUPx/1DkhSeCTt3Y5WpsN3wX7pMNOeku7eHdmFv/OWw=";
    hash = "sha256-vAYafhWo9xavM2j+mT3OGcX7ZSS25mieR/3b79BO+jA=";
  };

  nativeBuildInputs = [ cmake git ];