File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 66 libiconv ,
77 openssl ,
88 pkg-config ,
9+ cmake ,
910 xclip ,
1011 darwin ,
1112 nix-update-script ,
1213} :
1314let
1415 pname = "gitui" ;
15- version = "0.26.3 " ;
16+ version = "0.27.0 " ;
1617in
1718rustPlatform . buildRustPackage {
1819 inherit pname version ;
@@ -21,12 +22,15 @@ rustPlatform.buildRustPackage {
2122 owner = "extrawurst" ;
2223 repo = "gitui" ;
2324 rev = "v${ version } " ;
24- hash = "sha256-j3y+KjC+o9p2omf4bN8+XevwU7WqiaQ0sfPqHySD2ik =" ;
25+ hash = "sha256-jKJ1XnF6S7clyFGN2o3bHnYpC4ckl/lNXscmf6GRLbI =" ;
2526 } ;
2627
27- cargoHash = "sha256-vVEo0kSghOQsH3T6ZTAzN7gIUku0n7rDbKwNmOM9GZc =" ;
28+ cargoHash = "sha256-T00TqxR2EWnDkZo3MUQhiG0oAUf1PgpkUMZLt7f4FH0 =" ;
2829
29- nativeBuildInputs = [ pkg-config ] ;
30+ nativeBuildInputs = [
31+ pkg-config
32+ cmake
33+ ] ;
3034
3135 buildInputs =
3236 [ openssl ]
@@ -57,9 +61,7 @@ rustPlatform.buildRustPackage {
5761 "--skip=keys::key_config::tests::test_symbolic_links"
5862 ] ;
5963
60- passthru . updateScript = nix-update-script {
61- extraArgs = [ "--version=unstable" ] ;
62- } ;
64+ passthru . updateScript = nix-update-script { } ;
6365
6466 meta = {
6567 changelog = "https://github.com/extrawurst/gitui/blob/v${ version } /CHANGELOG.md" ;
You can’t perform that action at this time.
0 commit comments