Merge pull request #312634 from sikmir/gitui

gitui: 0.26.1 → 0.26.2

authored by Nikolay Korotkiy and committed by GitHub 64cb1028 f56b5bf0

+4 -4
+4 -4
pkgs/by-name/gi/gitui/package.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "gitui"; 14 - version = "0.26.1"; 14 + version = "0.26.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "extrawurst"; 18 18 repo = "gitui"; 19 19 rev = "v${version}"; 20 - hash = "sha256-JqxZbxjZrrdsXWhpYu0E9F18gMldtOLrAYd+uiY8IcQ="; 20 + hash = "sha256-eXkbvBdymwOUPLimv2zaJr9zqc+5LGK3hghZ2aUVWA0="; 21 21 }; 22 22 23 - cargoHash = "sha256-zEoNyIiHQT6HBNSe+H7pz229K4eD0WMhp3I/6zJQHuU="; 23 + cargoHash = "sha256-Cb3/4l7fECVfmvPIw3n1QT8CoC+Kuohtfk+huKv9Yrg="; 24 24 25 25 nativeBuildInputs = [ pkg-config ]; 26 26 ··· 36 36 # The cargo config overrides linkers for some targets, breaking the build 37 37 # on e.g. `aarch64-linux`. These overrides are not required in the Nix 38 38 # environment: delete them. 39 - rm .cargo/config 39 + rm .cargo/config.toml 40 40 41 41 # build script tries to get version information from git 42 42 rm build.rs