Skip to content

Commit

Permalink
gitui: 0.26.3 -> 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Jan 15, 2025
1 parent 39e8793 commit caad529
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pkgs/by-name/gi/gitui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
libiconv,
openssl,
pkg-config,
cmake,
xclip,
darwin,
nix-update-script,
}:
let
pname = "gitui";
version = "0.26.3";
version = "0.27.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -21,12 +22,15 @@ rustPlatform.buildRustPackage {
owner = "extrawurst";
repo = "gitui";
rev = "v${version}";
hash = "sha256-j3y+KjC+o9p2omf4bN8+XevwU7WqiaQ0sfPqHySD2ik=";
hash = "sha256-jKJ1XnF6S7clyFGN2o3bHnYpC4ckl/lNXscmf6GRLbI=";
};

cargoHash = "sha256-vVEo0kSghOQsH3T6ZTAzN7gIUku0n7rDbKwNmOM9GZc=";
cargoHash = "sha256-T00TqxR2EWnDkZo3MUQhiG0oAUf1PgpkUMZLt7f4FH0=";

nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [
pkg-config
cmake
];

buildInputs =
[ openssl ]
Expand Down Expand Up @@ -57,9 +61,7 @@ rustPlatform.buildRustPackage {
"--skip=keys::key_config::tests::test_symbolic_links"
];

passthru.updateScript = nix-update-script {
extraArgs = [ "--version=unstable" ];
};
passthru.updateScript = nix-update-script { };

meta = {
changelog = "https://github.com/extrawurst/gitui/blob/v${version}/CHANGELOG.md";
Expand Down

0 comments on commit caad529

Please sign in to comment.