We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e8793 commit 0f6f26eCopy full SHA for 0f6f26e
pkgs/by-name/gi/gitui/package.nix
@@ -12,7 +12,7 @@
12
}:
13
let
14
pname = "gitui";
15
- version = "0.26.3";
+ version = "0.27.0";
16
in
17
rustPlatform.buildRustPackage {
18
inherit pname version;
@@ -21,10 +21,10 @@ rustPlatform.buildRustPackage {
21
owner = "extrawurst";
22
repo = "gitui";
23
rev = "v${version}";
24
- hash = "sha256-j3y+KjC+o9p2omf4bN8+XevwU7WqiaQ0sfPqHySD2ik=";
+ hash = "sha256-jKJ1XnF6S7clyFGN2o3bHnYpC4ckl/lNXscmf6GRLbI=";
25
};
26
27
- cargoHash = "sha256-vVEo0kSghOQsH3T6ZTAzN7gIUku0n7rDbKwNmOM9GZc=";
+ cargoHash = "sha256-T00TqxR2EWnDkZo3MUQhiG0oAUf1PgpkUMZLt7f4FH0=";
28
29
nativeBuildInputs = [ pkg-config ];
30
0 commit comments