mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 08:37:40 +00:00
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:
parent
0540446687
commit
bb155b2920
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user