Merge pull request #314154 from r-ryantm/auto-update/lxd-ui

lxd-ui: 0.8 -> 0.8.1
This commit is contained in:
Adam C. Stephens
2024-05-24 00:09:05 -04:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "lxd-ui";
version = "0.8";
version = "0.8.1";
src = fetchFromGitHub {
owner = "canonical";
repo = "lxd-ui";
rev = "refs/tags/${version}";
hash = "sha256-oD/GPm84oFXHcZ8vTUzNgQinrHwNuvpeVjsrp8ibIZY=";
hash = "sha256-XLHLWD7iH4A5+MaFYiMILnjPGN565gBRpimFoOJMRtI=";
};
offlineCache = fetchYarnDeps {