Unverified Commit bb9665fb authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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

lxd-ui: 0.8.1 -> 0.9
parents b08a7c4d 42c1193c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,18 +12,18 @@

stdenv.mkDerivation rec {
  pname = "lxd-ui";
  version = "0.8.1";
  version = "0.9";

  src = fetchFromGitHub {
    owner = "canonical";
    repo = "lxd-ui";
    rev = "refs/tags/${version}";
    hash = "sha256-XLHLWD7iH4A5+MaFYiMILnjPGN565gBRpimFoOJMRtI=";
    hash = "sha256-4TIi/LPm35W86p+l5eYU0VETjno8TKmp43m2SReKElM=";
  };

  offlineCache = fetchYarnDeps {
    yarnLock = "${src}/yarn.lock";
    hash = "sha256-hRZ0vbksxnUv4XMrbhP2PI94UYYzwrydJHSx+uf+MbI=";
    hash = "sha256-wExAVEl745X4O9hYhKYX2BjmW494Vr13X8bDmVxKMT4=";
  };

  nativeBuildInputs = [