multipass: 1.12.0 -> 1.12.1 (#238719)

* multipass: 1.12.0 -> 1.12.1

* Update pkgs/tools/virtualization/multipass/default.nix

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
Jon Seager 2023-06-20 20:04:54 +01:00 committed by GitHub
parent 0540446687
commit bb155b2920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
let
pname = "multipass";
version = "1.12.0";
version = "1.12.1";
# 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
@ -46,7 +46,7 @@ stdenv.mkDerivation
owner = "canonical";
repo = "multipass";
rev = "refs/tags/v${version}";
sha256 = "sha256-CwyiLkpyTfn4734ESnHHWwiMdy3AP0BuQv6Uc1nTAuU=";
hash = "sha256-8wRho/ECWxiE6rNqjBzaqFaIdhXzOzFuCcQ4zzfSmb4=";
fetchSubmodules = true;
};