From 0551f61f0cc0608d56117f4d8b97d88dc0e233e2 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 17 Oct 2024 14:39:42 +0100 Subject: [PATCH] multipass: 1.14.0 -> 1.14.1 --- pkgs/tools/virtualization/multipass/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/virtualization/multipass/default.nix b/pkgs/tools/virtualization/multipass/default.nix index 053aad4edba4..239224600159 100644 --- a/pkgs/tools/virtualization/multipass/default.nix +++ b/pkgs/tools/virtualization/multipass/default.nix @@ -28,7 +28,7 @@ let pname = "multipass"; - version = "1.14.0"; + version = "1.14.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 @@ -48,7 +48,7 @@ stdenv.mkDerivation { owner = "canonical"; repo = "multipass"; rev = "refs/tags/v${version}"; - hash = "sha256-1g5Og4LkNujjT4KCXHmXaiTK58Bgb2KyYLKwTFFVEHE="; + hash = "sha256-i6SKiV4jwiBURx85m3u7km1dhi+fRdVpMBanlZo0VK4="; fetchSubmodules = true; leaveDotGit = true; postFetch = ''