multipass: 1.12.1 -> 1.12.2

Diff: https://github.com/canonical/multipass/compare/refs/tags/v1.12.1...v1.12.2
This commit is contained in:
Dawid Dziurla 2023-11-08 09:03:48 +01:00
parent 85f1ba3e51
commit 70cd0d9edd
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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;
};