lxd-ui: use correct ref format in src block

Co-authored-by: Adam C Stephens <2071575+adamcstephens@users.noreply.github.com>
This commit is contained in:
Jon Seager
2023-10-09 17:48:38 -03:00
committed by Anderson Torres
co-authored by Adam C Stephens
parent 35fd6b7316
commit cbd816146d
+1 -1
View File
@@ -11,7 +11,7 @@ mkYarnPackage rec {
src = fetchFromGitHub {
owner = "canonical";
repo = "lxd-ui";
rev = "0.2";
rev = "refs/tags/${version}";
sha256 = "sha256-DygWNktangFlAqinBm6wWsRLGmX6yjhmRJ2iU0yjcgk=";
};