File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
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-rc.1 " ;
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-LBX/jZq90b2KVQKD0hhqIrozYtkF/BbQqhNdu/rAvS0 =" ;
25
26
} ;
26
27
27
- cargoHash = "sha256-vVEo0kSghOQsH3T6ZTAzN7gIUku0n7rDbKwNmOM9GZc =" ;
28
+ cargoHash = "sha256-uNi2VQ+ZqG9kodCl54e7pqFp4+i6ZkEdBI+nVlNeNVw =" ;
28
29
29
- nativeBuildInputs = [ pkg-config ] ;
30
+ nativeBuildInputs = [
31
+ pkg-config
32
+ cmake
33
+ ] ;
30
34
31
35
buildInputs =
32
36
[ openssl ]
You can’t perform that action at this time.
0 commit comments