Merge pull request #216898 from marsam/update-lxd

lxd: 5.10 -> 5.11
This commit is contained in:
Mario Rodas 2023-02-18 08:25:05 -05:00 committed by GitHub
commit 8b396456b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,14 +32,14 @@
buildGoModule rec {
pname = "lxd";
version = "5.10";
version = "5.11";
src = fetchurl {
urls = [
"https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
"https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"
];
hash = "sha256-sYJkPr/tE22xJEjKX7fMjOLQ9zBDm52UjqbVLrm39zU=";
hash = "sha256-6z6C1nWmnHLdLtLf7l1f4riGhuP2J2mt8mVWZIiege0=";
};
vendorSha256 = null;