summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksana <alexander.huang.y@gmail.com>2026-01-18 13:42:14 +0000
committerGitHub <noreply@github.com>2026-01-18 13:42:14 +0000
commited669b611be41738501b00353e52455b78993875 (patch)
tree778c35a571954439df6d7db688149ca7f85bf8a0
parentd2164b1fd91b638c688dec5612cf70fbb2586466 (diff)
parentda53cbbf55f07e3bbb6a7067a09cc231e3a64f5e (diff)
[Backport release-25.11] gitui: 0.27.0 -> 0.28.0 (#481298)
-rw-r--r--pkgs/by-name/gi/gitui/package.nix16
1 files changed, 3 insertions, 13 deletions
diff --git a/pkgs/by-name/gi/gitui/package.nix b/pkgs/by-name/gi/gitui/package.nix
index 8abe536cbb67..722cc86eb449 100644
--- a/pkgs/by-name/gi/gitui/package.nix
+++ b/pkgs/by-name/gi/gitui/package.nix
@@ -13,7 +13,7 @@
}:
let
pname = "gitui";
- version = "0.27.0";
+ version = "0.28.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
owner = "extrawurst";
repo = "gitui";
rev = "v${version}";
- hash = "sha256-jKJ1XnF6S7clyFGN2o3bHnYpC4ckl/lNXscmf6GRLbI=";
+ hash = "sha256-B3Cdhhu8ECfpc57TKe6u08Q/Kl4JzUlzw4vtJJ1YAUQ=";
};
- cargoHash = "sha256-Le/dD8bTd5boz1IeEq4ItJZYC3MRW8uiT/3Zy1yv5L0=";
+ cargoHash = "sha256-dq5F7NJ0XcJ9x6hVWOboQQn8Liw8n8vkFgQSmTYIkSw=";
nativeBuildInputs = [
pkg-config
@@ -40,16 +40,6 @@ rustPlatform.buildRustPackage {
libiconv
];
- patches = [
- # Fixes the build for rust 1.89
- # Upstream PR: https://github.com/gitui-org/gitui/pull/2663
- # TOREMOVE for gitui > 0.27.0
- (fetchpatch {
- url = "https://github.com/gitui-org/gitui/commit/950e703cab1dd37e3d02e7316ec99cc0dc70513c.patch";
- sha256 = "sha256-KDgOPLKGuJaF0Nc6rw9FPFmcI07I8Gyp/KNX8x6+2xw=";
- })
- ];
-
postPatch = ''
# The cargo config overrides linkers for some targets, breaking the build
# on e.g. `aarch64-linux`. These overrides are not required in the Nix