nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

lxd-unwrapped: 5.17 -> 5.18

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

+2 -2
+2 -2
pkgs/tools/admin/lxd/default.nix
··· 18 18 19 19 buildGoModule rec { 20 20 pname = "lxd-unwrapped"; 21 - version = "5.17"; 21 + version = "5.18"; 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-21pw8Q8UYjuxdaKzNXoTanxxyTNRXXbuerIZPIQK4yg="; 25 + hash = "sha256-4F4q+jnypE4I2/5D65UT3NRpdJertSRni8JvHkpTFVI="; 26 26 }; 27 27 28 28 vendorHash = null;