Merge pull request #216898 from marsam/update-lxd

lxd: 5.10 -> 5.11

authored by Mario Rodas and committed by GitHub 8b396456 1d1688bb

+2 -2
+2 -2
pkgs/tools/admin/lxd/default.nix
··· 32 33 buildGoModule rec { 34 pname = "lxd"; 35 - version = "5.10"; 36 37 src = fetchurl { 38 urls = [ 39 "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz" 40 "https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz" 41 ]; 42 - hash = "sha256-sYJkPr/tE22xJEjKX7fMjOLQ9zBDm52UjqbVLrm39zU="; 43 }; 44 45 vendorSha256 = null;
··· 32 33 buildGoModule rec { 34 pname = "lxd"; 35 + version = "5.11"; 36 37 src = fetchurl { 38 urls = [ 39 "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz" 40 "https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz" 41 ]; 42 + hash = "sha256-6z6C1nWmnHLdLtLf7l1f4riGhuP2J2mt8mVWZIiege0="; 43 }; 44 45 vendorSha256 = null;