Skip to content

Commit 110f639

Browse files
committed
1 parent 39e8793 commit 110f639

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

+8-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
libiconv,
77
openssl,
88
pkg-config,
9+
cmake,
910
xclip,
1011
darwin,
1112
nix-update-script,
1213
}:
1314
let
1415
pname = "gitui";
15-
version = "0.26.3";
16+
version = "0.27.0-rc.1";
1617
in
1718
rustPlatform.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-LBX/jZq90b2KVQKD0hhqIrozYtkF/BbQqhNdu/rAvS0=";
2526
};
2627

27-
cargoHash = "sha256-vVEo0kSghOQsH3T6ZTAzN7gIUku0n7rDbKwNmOM9GZc=";
28+
cargoHash = "sha256-uNi2VQ+ZqG9kodCl54e7pqFp4+i6ZkEdBI+nVlNeNVw=";
2829

29-
nativeBuildInputs = [ pkg-config ];
30+
nativeBuildInputs = [
31+
pkg-config
32+
cmake
33+
];
3034

3135
buildInputs =
3236
[ openssl ]

0 commit comments

Comments
 (0)