Unverified Commit 684f237f authored by zowoq's avatar zowoq Committed by GitHub
Browse files

bat: 0.24.0 -> 0.25.0 (#371913)

parents 53bcb0f9 adf873d0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  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 −0
Original line number Diff line number Diff line
@@ -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 =