about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAdam C. Stephens <2071575+adamcstephens@users.noreply.github.com>2024-03-11 17:24:36 -0400
committerGitHub <noreply@github.com>2024-03-11 17:24:36 -0400
commit80226b1d6541b1c11312043bf702b306390aec00 (patch)
tree5ed2216446c8ac61ee0cb6a7c3af69d4ebc7fdd1 /pkgs
parent564e4ebe176e86358c41df66db3339eb576a7fb3 (diff)
parent5813108ee2e7836fe421eecf0922c71571b9533c (diff)
Merge pull request #295065 from jnsgruk/lxd-ui-0.8
lxd-ui: 0.6 -> 0.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/admin/lxd/ui.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/lxd/ui.nix b/pkgs/tools/admin/lxd/ui.nix
index afcb062630a50..138e99d268904 100644
--- a/pkgs/tools/admin/lxd/ui.nix
+++ b/pkgs/tools/admin/lxd/ui.nix
@@ -10,18 +10,18 @@
 
 stdenv.mkDerivation rec {
   pname = "lxd-ui";
-  version = "0.6";
+  version = "0.7";
 
   src = fetchFromGitHub {
     owner = "canonical";
     repo = "lxd-ui";
     rev = "refs/tags/${version}";
-    hash = "sha256-3Ts6lKyzpMDVATCKD1fFIGTskWzWpQUT9S8cPFnlEOs=";
+    hash = "sha256-DJLkXZpParmEYHbTpl6KFC9l9y5DqzUTrC0pb2dJXI4=";
   };
 
   offlineCache = fetchYarnDeps {
     yarnLock = "${src}/yarn.lock";
-    hash = "sha256-0pyxwMGGqogEe1w3sail8NUDHtxLQZU9Wg8E6rQNy4o=";
+    hash = "sha256-ckTWE/czzvxbGOF8fsJ3W1sal7+NaHquoSjZSPjkGj4=";
   };
 
   nativeBuildInputs = [