Commit 9ce30135 authored by R. RyanTM's avatar R. RyanTM
Browse files

incus-ui-canonical: 0.18.3 -> 0.18.4

parent ce59f681
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.18.3";
  version = "0.18.4";

  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-0wKGPH+ffJ/S8FA46ve5SzyNZJ9C2fv8Psiqu8p6D0s=";
    hash = "sha256-IzXmW5MZZgHXnTGs85TQYvLETsamBxuBAgBUST4Q5m0=";
  };

  offlineCache = fetchYarnDeps {