Skip to content

Commit

Permalink
lxd-ui: 0.7 -> 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Apr 11, 2024
1 parent 4a42c79 commit 303fb35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/lx/lxd-ui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 303fb35

Please sign in to comment.