Merge pull request #312634 from sikmir/gitui

gitui: 0.26.1 → 0.26.2
This commit is contained in:
Nikolay Korotkiy 2024-05-18 21:57:32 +04:00 committed by GitHub
commit 64cb1028f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "gitui";
version = "0.26.1";
version = "0.26.2";
src = fetchFromGitHub {
owner = "extrawurst";
repo = "gitui";
rev = "v${version}";
hash = "sha256-JqxZbxjZrrdsXWhpYu0E9F18gMldtOLrAYd+uiY8IcQ=";
hash = "sha256-eXkbvBdymwOUPLimv2zaJr9zqc+5LGK3hghZ2aUVWA0=";
};
cargoHash = "sha256-zEoNyIiHQT6HBNSe+H7pz229K4eD0WMhp3I/6zJQHuU=";
cargoHash = "sha256-Cb3/4l7fECVfmvPIw3n1QT8CoC+Kuohtfk+huKv9Yrg=";
nativeBuildInputs = [ pkg-config ];
@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
# The cargo config overrides linkers for some targets, breaking the build
# on e.g. `aarch64-linux`. These overrides are not required in the Nix
# environment: delete them.
rm .cargo/config
rm .cargo/config.toml
# build script tries to get version information from git
rm build.rs