Merge pull request #126002 from r-ryantm/auto-update/lxd

lxd: 4.14 -> 4.15
This commit is contained in:
Mario Rodas 2021-06-10 05:36:33 -05:00 committed by GitHub
commit 2d9631419e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@ let
in
buildGoPackage rec {
pname = "lxd";
version = "4.14";
version = "4.15";
goPackagePath = "github.com/lxc/lxd";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
sha256 = "1x9gv70j333w254jgg1n0kvxpwv6vww0v0i862pglq48xhdaa7hy";
sha256 = "sha256-UXipGNWclBKgr0r0wav85Gnhp2SXkTvDFr9gKJWismU=";
};
postPatch = ''