Skip to content

Commit

Permalink
rapidyaml: 0.5.0 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 29, 2024
1 parent 8cf34f7 commit 3e5c43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/rapidyaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3e5c43e

Please sign in to comment.