multipass: 1.16.0 -> 1.16.1

This commit is contained in:
Jon Seager
2025-08-27 16:06:44 +01:00
parent 39dd3c8067
commit 6bf64691c9
+2 -2
View File
@@ -9,13 +9,13 @@
let
name = "multipass";
version = "1.16.0";
version = "1.16.1";
multipass_src = fetchFromGitHub {
owner = "canonical";
repo = "multipass";
rev = "refs/tags/v${version}";
hash = "sha256-7P7LZEvZ+ygM0G8C/gMIwq5BOSs4wSVEBNgsaZzBbOk=";
hash = "sha256-DryVXuyAdjk+KhJZYqGh/r1H50rwM16vJ9igLtftgDY=";
fetchSubmodules = true;
};