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 { stdenv.mkDerivation rec {
pname = "rapidyaml"; pname = "rapidyaml";
version = "0.8.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "biojppm"; owner = "biojppm";
repo = "rapidyaml"; repo = "rapidyaml";
fetchSubmodules = true; fetchSubmodules = true;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-5Z1UV8JSgaO4X8+fTEgxD7bzD1igOgiLQMn10c3rCLs="; hash = "sha256-+ENfflVjeesX14m0G71HdeSIECopZV4J2JL9+c+nbXE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [