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

rapidyaml: 0.7.2 -> 0.8.0 (#382333)

parents 5edd69fa a3b7a91f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

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

  src = fetchFromGitHub {
    owner = "biojppm";
    repo = pname;
    fetchSubmodules = true;
    rev = "v${version}";
    hash = "sha256-vAYafhWo9xavM2j+mT3OGcX7ZSS25mieR/3b79BO+jA=";
    hash = "sha256-5Z1UV8JSgaO4X8+fTEgxD7bzD1igOgiLQMn10c3rCLs=";
  };

  nativeBuildInputs = [