lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lxd-unwrapped: 5.18 -> 5.19

Changelog: https://github.com/canonical/lxd/releases/tag/lxd-5.19

+2 -2
+2 -2
pkgs/tools/admin/lxd/default.nix
··· 18 18 19 19 buildGoModule rec { 20 20 pname = "lxd-unwrapped"; 21 - version = "5.18"; 21 + version = "5.19"; 22 22 23 23 src = fetchurl { 24 24 url = "https://github.com/canonical/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"; 25 - hash = "sha256-4F4q+jnypE4I2/5D65UT3NRpdJertSRni8JvHkpTFVI="; 25 + hash = "sha256-Ttw3Hox+GfoI8dE2KpZ2HUTblOPFBUs63IBRI18lAiM="; 26 26 }; 27 27 28 28 vendorHash = null;