Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #53611 from r-ryantm/auto-update/lxc

lxc: 3.0.3 -> 3.1.0

authored by

Jörg Thalheim and committed by
GitHub
b2d9782d f833a3e8

+6 -6
+2 -2
pkgs/os-specific/linux/lxc/default.nix
··· 9 9 with stdenv.lib; 10 10 stdenv.mkDerivation rec { 11 11 name = "lxc-${version}"; 12 - version = "3.0.3"; 12 + version = "3.1.0"; 13 13 14 14 src = fetchurl { 15 15 url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz"; 16 - sha256 = "0hcql4srcs2dlf2f67i8v92y2i352zv7nr9hsgs3pih2rhrbh332"; 16 + sha256 = "1igxqgx8q9cp15mcp1y8j564bl85ijw04jcmgb1s5bmfbg1751sd"; 17 17 }; 18 18 19 19 nativeBuildInputs = [
+4 -4
pkgs/tools/admin/lxd/default.nix
··· 7 7 }: 8 8 9 9 buildGoPackage rec { 10 - name = "lxd-3.0.2"; 10 + name = "lxd-3.10"; 11 11 12 12 goPackagePath = "github.com/lxc/lxd"; 13 13 14 14 src = fetchurl { 15 15 url = "https://github.com/lxc/lxd/releases/download/${name}/${name}.tar.gz"; 16 - sha256 = "1ha8ijzblf15p0kcpgwshswz6s2rdd2b4qnzjw3l72ww620hr84j"; 16 + sha256 = "0vd0p3xf54s7f9vcjfiin29py6hxyyxnisvp6am67l5nwhg7rnnc"; 17 17 }; 18 18 19 19 preBuild = '' ··· 28 28 buildFlags = [ "-tags libsqlite3" ]; 29 29 30 30 postInstall = '' 31 - # binaries from test/ 32 - rm $bin/bin/{deps,macaroon-identity} 31 + # test binaries, code generation 32 + rm $bin/bin/{deps,macaroon-identity,generate} 33 33 34 34 wrapProgram $bin/bin/lxd --prefix PATH : ${stdenv.lib.makeBinPath [ 35 35 acl rsync gnutar xz btrfs-progs gzip dnsmasq squashfsTools iproute iptables ebtables bash