3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #221777 from marsam/update-lxd

lxd: 5.11 -> 5.12
This commit is contained in:
Mario Rodas 2023-03-21 05:57:15 -05:00 committed by GitHub
commit 008ce261a7
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.11";
version = "5.12";
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-6z6C1nWmnHLdLtLf7l1f4riGhuP2J2mt8mVWZIiege0=";
hash = "sha256-YGH/M0aw56snNt3s8drcJYHZPYkVW993YilF228nMhw=";
};
vendorSha256 = null;