gitui: 0.24.2 -> 0.24.3

Diff: https://github.com/extrawurst/gitui/compare/v0.24.2...v0.24.3
Changelog: https://github.com/extrawurst/gitui/blob/v0.24.3/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

+4 -4
+4 -4
pkgs/applications/version-management/gitui/default.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "gitui"; 15 - version = "0.24.2"; 16 17 src = fetchFromGitHub { 18 owner = "extrawurst"; 19 repo = pname; 20 rev = "v${version}"; 21 - hash = "sha256-sqYG27TImVpsoG0PH5AQrAyFTHOXOJnWEqG9RxLbkLo="; 22 }; 23 24 - cargoHash = "sha256-Dlvr+lwCj68CSa2G2lc4dNShCfj56h9FqA9UZUOq+IQ="; 25 26 nativeBuildInputs = [ pkg-config ]; 27 ··· 47 meta = with lib; { 48 description = "Blazing fast terminal-ui for Git written in Rust"; 49 homepage = "https://github.com/extrawurst/gitui"; 50 - changelog = "https://github.com/extrawurst/gitui/blob/${version}/CHANGELOG.md"; 51 mainProgram = "gitui"; 52 license = licenses.mit; 53 maintainers = with maintainers; [ Br1ght0ne yanganto mfrw ];
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "gitui"; 15 + version = "0.24.3"; 16 17 src = fetchFromGitHub { 18 owner = "extrawurst"; 19 repo = pname; 20 rev = "v${version}"; 21 + hash = "sha256-mT5toF4mKRP0dlwlfKHjmFFQJ/cWSb2vwg1uZbhZRhI="; 22 }; 23 24 + cargoHash = "sha256-8j0NtJB2ErrpljPHSMRD/4IGZuqA8wLuzPnuQqxaXRg="; 25 26 nativeBuildInputs = [ pkg-config ]; 27 ··· 47 meta = with lib; { 48 description = "Blazing fast terminal-ui for Git written in Rust"; 49 homepage = "https://github.com/extrawurst/gitui"; 50 + changelog = "https://github.com/extrawurst/gitui/blob/v${version}/CHANGELOG.md"; 51 mainProgram = "gitui"; 52 license = licenses.mit; 53 maintainers = with maintainers; [ Br1ght0ne yanganto mfrw ];