tailspin: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm 2024-01-08 10:20:37 +00:00
parent d865557a4d
commit 461d0eaf13

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tailspin"; pname = "tailspin";
version = "2.2.0"; version = "2.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bensadeh"; owner = "bensadeh";
repo = "tailspin"; repo = "tailspin";
rev = version; rev = version;
hash = "sha256-ggh0y50yzqWQbjdP/weboEmo4CpfAGZmtt1WWLokpZ8="; hash = "sha256-xbnJ2QoTrJwzWIm/GfYW9QCn0DsfA9jLC6rwik4Pxs8=";
}; };
cargoHash = "sha256-R67bHDGFxCStKKHTR820r0CjbrqjQ6evtnBMaqCDRYM="; cargoHash = "sha256-ios/qRp2crV3g7g/jATuUp/zBdDOCEMhAWfeKFM8NdM=";
meta = with lib; { meta = with lib; {
description = "A log file highlighter"; description = "A log file highlighter";