Skip to content

Commit 0f6f26e

Browse files
committed
1 parent 39e8793 commit 0f6f26e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}:
1313
let
1414
pname = "gitui";
15-
version = "0.26.3";
15+
version = "0.27.0";
1616
in
1717
rustPlatform.buildRustPackage {
1818
inherit pname version;
@@ -21,10 +21,10 @@ rustPlatform.buildRustPackage {
2121
owner = "extrawurst";
2222
repo = "gitui";
2323
rev = "v${version}";
24-
hash = "sha256-j3y+KjC+o9p2omf4bN8+XevwU7WqiaQ0sfPqHySD2ik=";
24+
hash = "sha256-jKJ1XnF6S7clyFGN2o3bHnYpC4ckl/lNXscmf6GRLbI=";
2525
};
2626

27-
cargoHash = "sha256-vVEo0kSghOQsH3T6ZTAzN7gIUku0n7rDbKwNmOM9GZc=";
27+
cargoHash = "sha256-T00TqxR2EWnDkZo3MUQhiG0oAUf1PgpkUMZLt7f4FH0=";
2828

2929
nativeBuildInputs = [ pkg-config ];
3030

0 commit comments

Comments
 (0)