From cbd816146dd34796dcda643f4539fb5c9c5613f1 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 9 Oct 2023 19:19:17 +0100 Subject: [PATCH] lxd-ui: use correct ref format in src block Co-authored-by: Adam C Stephens <2071575+adamcstephens@users.noreply.github.com> --- pkgs/tools/admin/lxd/ui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/lxd/ui.nix b/pkgs/tools/admin/lxd/ui.nix index d266705bf014..b0582ef99969 100644 --- a/pkgs/tools/admin/lxd/ui.nix +++ b/pkgs/tools/admin/lxd/ui.nix @@ -11,7 +11,7 @@ mkYarnPackage rec { src = fetchFromGitHub { owner = "canonical"; repo = "lxd-ui"; - rev = "0.2"; + rev = "refs/tags/${version}"; sha256 = "sha256-DygWNktangFlAqinBm6wWsRLGmX6yjhmRJ2iU0yjcgk="; };