Skip to content

Commit 39e8793

Browse files
committed
gitui: add passthru.updateScript
1 parent 99ebeee commit 39e8793

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/gi/gitui/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
pkg-config,
99
xclip,
1010
darwin,
11+
nix-update-script,
1112
}:
1213
let
1314
pname = "gitui";
@@ -56,6 +57,10 @@ rustPlatform.buildRustPackage {
5657
"--skip=keys::key_config::tests::test_symbolic_links"
5758
];
5859

60+
passthru.updateScript = nix-update-script {
61+
extraArgs = [ "--version=unstable" ];
62+
};
63+
5964
meta = {
6065
changelog = "https://github.com/extrawurst/gitui/blob/v${version}/CHANGELOG.md";
6166
description = "Blazing fast terminal-ui for Git written in Rust";

0 commit comments

Comments
 (0)