lxd: 5.12 -> 5.13

https://github.com/lxc/lxd/releases/tag/lxd-5.13
This commit is contained in:
Mario Rodas 2023-04-15 04:20:00 +00:00
parent 280b1cdc1e
commit 0b5a7ef4b7

View file

@ -32,17 +32,17 @@
buildGoModule rec {
pname = "lxd";
version = "5.12";
version = "5.13";
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-YGH/M0aw56snNt3s8drcJYHZPYkVW993YilF228nMhw=";
hash = "sha256-kys8zfqhkpJqq4ICg6dOsoJEoxJ209GwdjGRrfrZ7j0=";
};
vendorSha256 = null;
vendorHash = null;
postPatch = ''
substituteInPlace shared/usbid/load.go \