mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 03:29:42 +01:00
protobuf-wire = 927c61b
proto3-wire = b515191
This commit is contained in:
parent
1d8f811906
commit
f3687d664c
2 changed files with 5 additions and 5 deletions
|
@ -57,8 +57,8 @@ let
|
|||
proto3-wire =
|
||||
let proto3-wire-src = pkgs.fetchgit {
|
||||
url = "https://github.com/awakenetworks/proto3-wire.git";
|
||||
rev = "b5151914873b9ede230094e742953b5062566244";
|
||||
sha256 = "09vjza18gnh5mf9l8vg3ka1c7rqfbjwviyjwpvam07hf90r0yg5b";
|
||||
rev = "1b88bf24aad15db1f59a00d201d609fa308157f7";
|
||||
sha256 = "02gsj0qyqqnqawm7s2h4y2510j82jv4jq2gsyadmck1ihlc9pfvl";
|
||||
};
|
||||
in
|
||||
haskellPackagesNew.callPackage proto3-wire-src { };
|
||||
|
@ -66,8 +66,8 @@ let
|
|||
protobuf-wire =
|
||||
let protobuf-wire-src = pkgs.fetchgitPrivate {
|
||||
url = "git@github.mv.awakenetworks.net:awakenetworks/protobuf-wire.git";
|
||||
rev = "c766074e3e5da9bcca1e5a5fc069983d8fbc97b3";
|
||||
sha256 = "0mlpfzvnzfblq7a265q4b61xkn30ndvqp8qjshbrx7kvyjxjlvnn";
|
||||
rev = "927c61bbb1002a9278b8a7cbe3968be059f9ff30";
|
||||
sha256 = "091nhscrdp10cbm1v08m0i2s46qfnyd7c5j0hhbkyi5z50gzi0sk";
|
||||
};
|
||||
in
|
||||
haskellPackagesNew.callPackage protobuf-wire-src { };
|
||||
|
|
|
@ -14,7 +14,7 @@ packages:
|
|||
extra-dep: true
|
||||
- location:
|
||||
git: git@github.com:awakenetworks/proto3-wire.git
|
||||
commit: 9875a18a422884f42be0b408fcdb0b7b4904532c
|
||||
commit: 1b88bf24aad15db1f59a00d201d609fa308157f7
|
||||
extra-dep: true
|
||||
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
|
||||
extra-deps: [managed-1.0.5]
|
||||
|
|
Loading…
Reference in a new issue