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

incus-ui-canonical: 0.15.1 -> 0.15.2 (#397305)

parents 28953317 76fc7de2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "incus-ui-canonical";
  version = "0.15.1";
  version = "0.15.2";

  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-oXdkMalzAAcHEwca6h83cHH4buC/gGu5F3S82RM+IX4=";
    hash = "sha256-jcdjbrQsBshpSogPkDO2DHYIyWmxEOJbFFG25X2mni0=";
  };

  offlineCache = fetchYarnDeps {