Skip to content

Commit

Permalink
Merge pull request #249260 from r-ryantm/auto-update/capnproto
Browse files Browse the repository at this point in the history
capnproto: 0.10.4 -> 1.0.1
  • Loading branch information
bbigras authored Sep 28, 2023
2 parents c5c5180 + aa820d1 commit ad33bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/capnproto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

stdenv.mkDerivation rec {
pname = "capnproto";
version = "0.10.4";
version = "1.0.1";

# release tarballs are missing some ekam rules
src = fetchFromGitHub {
owner = "capnproto";
repo = "capnproto";
rev = "v${version}";
sha256 = "sha256-45sxnVyyYIw9i3sbFZ1naBMoUzkpP21WarzR5crg4X8=";
sha256 = "sha256-ZruJikcMZuUBmNq+f6+wUl4Rr6MVFxmgcj1TSOKM1ZE=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit ad33bb7

Please sign in to comment.