Skip to content

Commit

Permalink
chore(unionvisor): added v0.17.0 to bundle (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Dec 20, 2023
1 parent 1084829 commit fa6dfec
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
18 changes: 18 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
url = "github:unionlabs/union/release-v0.16.0";
flake = false;
};
v0_17_0 = {
url = "github:unionlabs/union/release-v0.17.0";
flake = false;
};
};
outputs =
inputs@{ self
Expand Down Expand Up @@ -169,7 +173,7 @@
builtins.trace (pkgs.lib.generators.toPretty { } value) value;

uniondBundleVersions = rec {
complete = [ "v0.14.0" "v0.15.0" "v0.16.0" ];
complete = [ "v0.14.0" "v0.15.0" "v0.16.0" "v0.17.0" ];
first = pkgs.lib.lists.head complete;
last = pkgs.lib.lists.last complete;
};
Expand Down

0 comments on commit fa6dfec

Please sign in to comment.