Merge pull request #288753 from jnsgruk/multipass-1.13.1

multipass: 1.13.0 -> 1.13.1
This commit is contained in:
Mario Rodas 2024-02-14 08:16:43 -05:00 committed by GitHub
commit 1acf42f777
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@
let
pname = "multipass";
version = "1.13.0";
version = "1.13.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}";
hash = "sha256-DMyIvhlkMuUyOlUw8b4312NUtpK0n8rI8nhoV6Dscyo=";
hash = "sha256-QttgWSuhxcuOyMNF9Ve1w0ftT41+hNz3WW5Vag/88X4=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''