Merge pull request #192684 from marsam/update-lxd

lxd: 5.5 -> 5.6
This commit is contained in:
Mario Rodas 2022-09-23 21:57:17 -05:00 committed by GitHub
commit d8aa1fc8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildGoPackage rec {
pname = "lxd";
version = "5.5";
version = "5.6";
goPackagePath = "github.com/lxc/lxd";
@ -20,7 +20,7 @@ buildGoPackage rec {
"https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
"https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"
];
sha256 = "sha256-Ri5mwDtesI6vOjtb5L5zBD469jIYx5rxAJib0Bja8ps=";
sha256 = "sha256-bLKl9OpvxXozmqjX8hY2xIiVectBiohDxTzd5du5w+4=";
};
postPatch = ''