lxd: 5.4 -> 5.5

https://github.com/lxc/lxd/releases/tag/lxd-5.5
This commit is contained in:
Mario Rodas 2022-08-20 04:20:00 +00:00
parent 4e9fabfc66
commit d8a8aa7045

View File

@ -11,7 +11,7 @@
buildGoPackage rec {
pname = "lxd";
version = "5.4";
version = "5.5";
goPackagePath = "github.com/lxc/lxd";
@ -20,7 +20,7 @@ buildGoPackage rec {
"https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
"https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"
];
sha256 = "sha256-4jS2fFB30F4i+VjjJWvZHyYkUFRZk9Cq8bTOK9uZOTo=";
sha256 = "sha256-Ri5mwDtesI6vOjtb5L5zBD469jIYx5rxAJib0Bja8ps=";
};
postPatch = ''