Unverified Commit 8b396456 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #216898 from marsam/update-lxd

lxd: 5.10 -> 5.11
parents 1d1688bb eea7098f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;