File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 6
6
libiconv ,
7
7
openssl ,
8
8
pkg-config ,
9
+ cmake ,
9
10
xclip ,
10
11
darwin ,
11
12
nix-update-script ,
12
13
} :
13
14
let
14
15
pname = "gitui" ;
15
- version = "0.26.3 " ;
16
+ version = "0.27.0 " ;
16
17
in
17
18
rustPlatform . buildRustPackage {
18
19
inherit pname version ;
@@ -21,12 +22,15 @@ rustPlatform.buildRustPackage {
21
22
owner = "extrawurst" ;
22
23
repo = "gitui" ;
23
24
rev = "v${ version } " ;
24
- hash = "sha256-j3y+KjC+o9p2omf4bN8+XevwU7WqiaQ0sfPqHySD2ik =" ;
25
+ hash = "sha256-jKJ1XnF6S7clyFGN2o3bHnYpC4ckl/lNXscmf6GRLbI =" ;
25
26
} ;
26
27
27
- cargoHash = "sha256-vVEo0kSghOQsH3T6ZTAzN7gIUku0n7rDbKwNmOM9GZc =" ;
28
+ cargoHash = "sha256-T00TqxR2EWnDkZo3MUQhiG0oAUf1PgpkUMZLt7f4FH0 =" ;
28
29
29
- nativeBuildInputs = [ pkg-config ] ;
30
+ nativeBuildInputs = [
31
+ pkg-config
32
+ cmake
33
+ ] ;
30
34
31
35
buildInputs =
32
36
[ openssl ]
@@ -57,9 +61,7 @@ rustPlatform.buildRustPackage {
57
61
"--skip=keys::key_config::tests::test_symbolic_links"
58
62
] ;
59
63
60
- passthru . updateScript = nix-update-script {
61
- extraArgs = [ "--version=unstable" ] ;
62
- } ;
64
+ passthru . updateScript = nix-update-script { } ;
63
65
64
66
meta = {
65
67
changelog = "https://github.com/extrawurst/gitui/blob/v${ version } /CHANGELOG.md" ;
You can’t perform that action at this time.
0 commit comments