bat: 0.24.0 -> 0.25.0 (#371913)

This commit is contained in:
zowoq
2025-01-10 11:07:01 +10:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+4 -4
View File
@@ -1,6 +1,5 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
pkg-config,
@@ -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=";
};
cargoHash = "sha256-b7wNWdKQ4QLeCf7bNZRfzT9hD/D/oDglU7Xyb65IrGY=";
cargoHash = "sha256-07D3N1xJnrTueI+7SpQPUnCzKOLJTldyyIG2mNfJzME=";
nativeBuildInputs = [
pkg-config
+2
View File
@@ -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;
};
};
script =