rapidyaml: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2025-04-11 01:50:32 +00:00
parent aed881aa96
commit 59c0f8cc28

View file

@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "rapidyaml";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "biojppm";
repo = "rapidyaml";
fetchSubmodules = true;
rev = "v${version}";
hash = "sha256-5Z1UV8JSgaO4X8+fTEgxD7bzD1igOgiLQMn10c3rCLs=";
hash = "sha256-+ENfflVjeesX14m0G71HdeSIECopZV4J2JL9+c+nbXE=";
};
nativeBuildInputs = [