Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bat: 0.24.0 -> 0.25.0 #371913

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pkgs/by-name/ba/bat/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
pkg-config,
Expand All @@ -12,15 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "bat";
version = "0.24.0";
version = "0.25.0";

src = fetchFromGitHub {
owner = "sharkdp";
repo = "bat";
rev = "v${version}";
hash = "sha256-1RjlJEmY/jMf0IYQbrWrT1CHFyiqgarOl72u9xjjQiQ=";
hash = "sha256-82IhLhw0TdaMh21phBxcUZ5JI5xOXb0DrwnBmPwyfAQ=";
};
will marked this conversation as resolved.
Show resolved Hide resolved
cargoHash = "sha256-b7wNWdKQ4QLeCf7bNZRfzT9hD/D/oDglU7Xyb65IrGY=";

cargoHash = "sha256-07D3N1xJnrTueI+7SpQPUnCzKOLJTldyyIG2mNfJzME=";

nativeBuildInputs = [
pkg-config
Expand Down
2 changes: 2 additions & 0 deletions pkgs/tools/misc/bat-extras/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ let
license = with licenses; [ mit ];
maintainers = with maintainers; [ bbigras ];
platforms = platforms.all;
# not compatible with bat 0.25.0
broken = true;
SuperSandro2000 marked this conversation as resolved.
Show resolved Hide resolved
};
};
script =
Expand Down