bat: 0.24.0 -> 0.25.0

This commit is contained in:
Will Leinweber 2025-01-07 21:30:02 +01:00
parent ed8af6b426
commit cafe63f62b

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