multipass: 1.16.0 -> 1.16.1 (#437549)

This commit is contained in:
Nick Cao
2025-08-28 15:08:05 -04:00
committed by GitHub
+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;
};