mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
parent
31903471bd
commit
d21f677be0
@ -1,4 +1,4 @@
|
|||||||
{ lib, hwdata, pkg-config, lxc, buildGoPackage, fetchurl, fetchpatch
|
{ lib, hwdata, pkg-config, lxc, buildGo118Package, fetchurl, fetchpatch
|
||||||
, makeWrapper, acl, rsync, gnutar, xz, btrfs-progs, gzip, dnsmasq, attr
|
, makeWrapper, acl, rsync, gnutar, xz, btrfs-progs, gzip, dnsmasq, attr
|
||||||
, squashfsTools, iproute2, iptables, libcap
|
, squashfsTools, iproute2, iptables, libcap
|
||||||
, dqlite, raft-canonical, sqlite-replication, udev
|
, dqlite, raft-canonical, sqlite-replication, udev
|
||||||
@ -9,15 +9,15 @@
|
|||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGo118Package rec {
|
||||||
pname = "lxd";
|
pname = "lxd";
|
||||||
version = "4.24";
|
version = "5.0.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/lxc/lxd";
|
goPackagePath = "github.com/lxc/lxd";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
|
url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
|
||||||
sha256 = "sha256-l/rhWhgmvHOkXL+Omt93X9lwIkiGO4pZl95UlOquslI=";
|
sha256 = "sha256-qZt+37UsgZWy3kmIhE0y1zvmQm9s/yhAglBReyOP3vk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user