Skip to content

Commit

Permalink
Merge pull request #276976 from NixOS/backport-268705-to-release-23.11
Browse files Browse the repository at this point in the history
[Backport release-23.11] tailspin: 2.1.0 -> 2.2.0
  • Loading branch information
NickCao authored Dec 27, 2023
2 parents 4e8cf1d + c7ca9bf commit 91553c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/tailspin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "tailspin";
version = "2.1.0";
version = "2.2.0";

src = fetchFromGitHub {
owner = "bensadeh";
repo = "tailspin";
rev = version;
hash = "sha256-WsQpMmFTlAPg+9uEecMKfpys29cQ642IZ8yvsPxmCfo=";
hash = "sha256-ggh0y50yzqWQbjdP/weboEmo4CpfAGZmtt1WWLokpZ8=";
};

cargoHash = "sha256-sttQ8fGRGdq7nDiG3/z/YEg2NA+miTwahGNv3yNnnds=";
cargoHash = "sha256-R67bHDGFxCStKKHTR820r0CjbrqjQ6evtnBMaqCDRYM=";

meta = with lib; {
description = "A log file highlighter";
Expand Down

0 comments on commit 91553c1

Please sign in to comment.