lxd-ui: 0.7 -> 0.8

This commit is contained in:
Jon Seager 2024-04-11 08:10:41 +01:00
parent 4a42c797a4
commit 303fb35953
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -11,18 +11,18 @@
stdenv.mkDerivation rec {
pname = "lxd-ui";
version = "0.7";
version = "0.8";
src = fetchFromGitHub {
owner = "canonical";
repo = "lxd-ui";
rev = "refs/tags/${version}";
hash = "sha256-DJLkXZpParmEYHbTpl6KFC9l9y5DqzUTrC0pb2dJXI4=";
hash = "sha256-oD/GPm84oFXHcZ8vTUzNgQinrHwNuvpeVjsrp8ibIZY=";
};
offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-ckTWE/czzvxbGOF8fsJ3W1sal7+NaHquoSjZSPjkGj4=";
hash = "sha256-hRZ0vbksxnUv4XMrbhP2PI94UYYzwrydJHSx+uf+MbI=";
};
nativeBuildInputs = [