Skip to content

Commit

Permalink
Update gitui package to use Briohce.gitRef
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Sep 26, 2024
1 parent 1117887 commit 0cd4c52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 6 additions & 1 deletion packages/gitui/brioche.lock

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

10 changes: 6 additions & 4 deletions packages/gitui/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ export const project = {
version: "0.26.3",
};

const source = gitCheckout({
repository: "https://github.com/extrawurst/gitui.git",
commit: "95e1d4d4324bf1eab34f8100afc7f3ae7e435252",
});
const source = gitCheckout(
Brioche.gitRef({
repository: "https://github.com/extrawurst/gitui.git",
ref: `v${project.version}`,
}),
);

export default () => {
return cargoBuild({
Expand Down

0 comments on commit 0cd4c52

Please sign in to comment.