mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #328832 from r-ryantm/auto-update/lxd-unwrapped-lts
lxd-unwrapped-lts: 5.21.1 -> 5.21.2
This commit is contained in:
commit
de19b7eaff
@ -19,16 +19,16 @@
|
|||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "lxd-unwrapped-lts";
|
pname = "lxd-unwrapped-lts";
|
||||||
# major/minor are used in updateScript to pin to LTS
|
# major/minor are used in updateScript to pin to LTS
|
||||||
version = "5.21.1";
|
version = "5.21.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "canonical";
|
owner = "canonical";
|
||||||
repo = "lxd";
|
repo = "lxd";
|
||||||
rev = "refs/tags/lxd-${version}";
|
rev = "refs/tags/lxd-${version}";
|
||||||
hash = "sha256-6php6dThpyADOY+2PZ38WxK2jPKd61D0OCwTKjAhAUg=";
|
hash = "sha256-3C5pLvO7oABWFhFiWtBr5ohFFWm20Gg36WBfVVJgKdc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-iGW2FQjuqANadFuMHa+2VXiUgoU0VFBJYUyh0pMIdWY=";
|
vendorHash = "sha256-W7+Z2o5cw3u0DbTZA+a3pRXt9zRggUUjFTUTtQ7B22A=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace shared/usbid/load.go \
|
substituteInPlace shared/usbid/load.go \
|
||||||
|
Loading…
Reference in New Issue
Block a user