diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-19 00:03:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 00:03:51 +0000 |
| commit | dad73ee8854257fd380f34bc214887b8f98075cb (patch) | |
| tree | f3a4ac7667b23440db4404343a2765c618cb7655 | |
| parent | Merge staging-next-21.05 into staging-21.05 (diff) | |
| parent | Merge release-21.05 into staging-next-21.05 (diff) | |
| download | nixpkgs-dad73ee8854257fd380f34bc214887b8f98075cb.tar.gz | |
Merge staging-next-21.05 into staging-21.05
| -rw-r--r-- | pkgs/applications/version-management/git-and-tools/gitui/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/gitui/default.nix b/pkgs/applications/version-management/git-and-tools/gitui/default.nix index 09587daf3944..6331ab32acd8 100644 --- a/pkgs/applications/version-management/git-and-tools/gitui/default.nix +++ b/pkgs/applications/version-management/git-and-tools/gitui/default.nix @@ -1,16 +1,16 @@ { lib, stdenv, rustPlatform, fetchFromGitHub, libiconv, perl, python3, Security, AppKit, openssl, xclip }: rustPlatform.buildRustPackage rec { pname = "gitui"; - version = "0.15.0"; + version = "0.16.0"; src = fetchFromGitHub { owner = "extrawurst"; repo = pname; rev = "v${version}"; - sha256 = "sha256-KJXYkOHR50Zap0Ou+jVi09opHuZBfHN/ToZbasZ3IE4="; + sha256 = "sha256-XPXldkNLlxgUBdDDR+n3JAO75JQQOvKoduwnWvIompY="; }; - cargoSha256 = "sha256-N6Yr+TqxWwl/6SgjizIyZJoVsjn/R9yjxUKCqwt8UJg="; + cargoSha256 = "sha256-jHrjAdghuFADf/Gd3GeUOpPBG5tqsBG/Q4R0pNxHAps="; nativeBuildInputs = [ python3 perl ]; buildInputs = [ openssl ] |
