Skip to content

Commit

Permalink
capnproto: 1.0.2 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent 5330b2a commit d562c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ca/capnproto/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

stdenv.mkDerivation rec {
pname = "capnproto";
version = "1.0.2";
version = "1.1.0";

# release tarballs are missing some ekam rules
src = fetchFromGitHub {
owner = "capnproto";
repo = "capnproto";
rev = "v${version}";
sha256 = "sha256-LVdkqVBTeh8JZ1McdVNtRcnFVwEJRNjt0JV2l7RkuO8=";
sha256 = "sha256-gxkko7LFyJNlxpTS+CWOd/p9x/778/kNIXfpDGiKM2A=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit d562c20

Please sign in to comment.