lxd: 5.11 -> 5.12

This commit is contained in:
Mario Rodas
2023-03-17 04:20:00 +00:00
parent c1329a147a
commit f3347106dd
+2 -2
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;