Skip to content

Commit a737e54

Browse files

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/in/incus-ui-canonical/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@ let
2020
in
2121
stdenv.mkDerivation rec {
2222
pname = "incus-ui-canonical";
23-
version = "0.14.7";
23+
version = "0.15.0";
2424

2525
src = fetchFromGitHub {
2626
owner = "zabbly";
2727
repo = "incus-ui-canonical";
28+
# only use tags prefixed by incus- they are the tested fork versions
2829
tag = "incus-${version}";
29-
hash = "sha256-O8dXTtpeFs2muwXHuNZsXjr15gWYlPmdjW4aQHwDBpY=";
30+
hash = "sha256-I0t2ShMkc/zYn7I6Vcd9A31ZAscY0D7cWAdF80NwRGg=";
3031
};
3132

3233
offlineCache = fetchYarnDeps {
3334
yarnLock = "${src}/yarn.lock";
34-
hash = "sha256-dkATFNjAPhrPbXhcJ/R4eIpcagKEwBSnRfLwqTPIe6c=";
35+
hash = "sha256-O7oEAjmCEmPpsO/rdkZVhUkxhFzhHpPRbmci3yRBA7g=";
3536
};
3637

3738
patchPhase = ''

0 commit comments

Comments
 (0)