Skip to content

Commit

Permalink
bat: 0.24.0 -> 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
will committed Jan 8, 2025
1 parent ed8af6b commit cafe63f
Showing 1 changed file with 4 additions and 4 deletions.
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=";
};
cargoHash = "sha256-b7wNWdKQ4QLeCf7bNZRfzT9hD/D/oDglU7Xyb65IrGY=";

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

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit cafe63f

Please sign in to comment.