Unverified Commit e77f66ad authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

capnproto: 1.1.0 -> 1.2.0 (#417114)

parents 40cc721b 563ad3e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@ in
# See: https://gerrit.lix.systems/c/lix/+/1874
clangStdenv.mkDerivation rec {
  pname = "capnproto";
  version = "1.1.0";
  version = "1.2.0";

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

  nativeBuildInputs = [ cmake ];