Unverified Commit 70cd0d9e authored by Dawid Dziurla's avatar Dawid Dziurla
Browse files
parent 85f1ba3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ index 188ebfc6..4a34a922 100644
 
 FetchContent_Declare(gRPC
-  GIT_REPOSITORY https://github.com/CanonicalLtd/grpc.git
-  GIT_TAG ba8e7f72
-  GIT_TAG e3acf245
-  GIT_SHALLOW TRUE
-  GIT_SUBMODULES "third_party/abseil-cpp third_party/cares/cares third_party/protobuf third_party/re2 third_party/zlib"
-  GIT_SUBMODULES_RECURSE false
+4 −4
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

let
  pname = "multipass";
  version = "1.12.1";
  version = "1.12.2";

  # This is done here because a CMakeLists.txt from one of it's submodules tries
  # to modify a file, so we grab the source for the submodule here, copy it into
@@ -33,8 +33,8 @@ let
  grpc_src = fetchFromGitHub {
    owner = "CanonicalLtd";
    repo = "grpc";
    rev = "ba8e7f72a57b9e0b25783a4d3cea58c79379f194";
    hash = "sha256-DS1UNLCUdbipn5w4p2aVa8LgHHhdJiAfzfEdIXNO69o=";
    rev = "e3acf245";
    hash = "sha256-tDc2iGxIV68Yi4RL8ES4yglJNlu8yH6FlpVvZoWjoXk=";
    fetchSubmodules = true;
  };
in
@@ -46,7 +46,7 @@ stdenv.mkDerivation
    owner = "canonical";
    repo = "multipass";
    rev = "refs/tags/v${version}";
    hash = "sha256-8wRho/ECWxiE6rNqjBzaqFaIdhXzOzFuCcQ4zzfSmb4=";
    hash = "sha256-OWZiVw3ztx1g1slq/5a7/JcLdDNB5RqYT5U3w1UXUpg=";
    fetchSubmodules = true;
  };