lxd: 5.15 -> 5.16

This commit is contained in:
Adam Stephens
2023-07-27 09:00:29 -04:00
parent e53c0de8dd
commit 4635b36ac8
+2 -2
View File
@@ -18,11 +18,11 @@
buildGoModule rec {
pname = "lxd-unwrapped";
version = "5.15";
version = "5.16";
src = fetchurl {
url = "https://github.com/canonical/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz";
hash = "sha256-ez/875yu0XYu5ORf4ak6RN1jWGxuGk0n9023zJkoluM=";
hash = "sha256-evtNPZvnx8rzr/tJkEp0E7BhUBWHBSJdMtZJQk3VZI8=";
};
vendorHash = null;