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

incus-ui-canonical: 0.15.0 -> 0.15.1 (#394106)

parents d8034219 ccd1fd84
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,19 +20,19 @@ let
in
stdenv.mkDerivation rec {
  pname = "incus-ui-canonical";
  version = "0.15.0";
  version = "0.15.1";

  src = fetchFromGitHub {
    owner = "zabbly";
    repo = "incus-ui-canonical";
    # only use tags prefixed by incus- they are the tested fork versions
    tag = "incus-${version}";
    hash = "sha256-I0t2ShMkc/zYn7I6Vcd9A31ZAscY0D7cWAdF80NwRGg=";
    hash = "sha256-oXdkMalzAAcHEwca6h83cHH4buC/gGu5F3S82RM+IX4=";
  };

  offlineCache = fetchYarnDeps {
    yarnLock = "${src}/yarn.lock";
    hash = "sha256-O7oEAjmCEmPpsO/rdkZVhUkxhFzhHpPRbmci3yRBA7g=";
    hash = "sha256-nZyk/ZrTAOyL+A3oMUHY52PIffVZxMG2tvh4FM/A+w0=";
  };

  patchPhase = ''