Skip to content

Commit

Permalink
Merge pull request #326955 from r-ryantm/auto-update/lxd-ui
Browse files Browse the repository at this point in the history
lxd-ui: 0.10 -> 0.11
  • Loading branch information
adamcstephens authored Jul 14, 2024
2 parents e8f2aab + 2f9ffba commit 693bc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lx/lxd-ui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
pname = "lxd-ui";
version = "0.10";
version = "0.11";

src = fetchFromGitHub {
owner = "canonical";
repo = "lxd-ui";
rev = "refs/tags/${version}";
hash = "sha256-lXuPU1WWhrjst5ZbdLWPMovncHkUMYSUDNpsaWvdPgM=";
hash = "sha256-PBCWZG8Yxjiw3cGLEfMBJZnHsc4hMZHdq7OqaJ8HYJY=";
};

offlineCache = fetchYarnDeps {
Expand Down

0 comments on commit 693bc46

Please sign in to comment.