Unverified Commit 008ce261 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #221777 from marsam/update-lxd

lxd: 5.11 -> 5.12
parents cea4af2b f3347106
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;