tailspin: 3.0.2 -> 4.0.0

This commit is contained in:
R. Ryantm 2024-10-19 05:51:47 +00:00
parent fb0baa4a01
commit 46e450fce8

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tailspin"; pname = "tailspin";
version = "3.0.2"; version = "4.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bensadeh"; owner = "bensadeh";
repo = "tailspin"; repo = "tailspin";
rev = version; rev = version;
hash = "sha256-STQtWLrRS76sowGOBLZqeE8bYcDUjI5ErQD3D7z98M8="; hash = "sha256-5VbxQDK69If5N8EiS8sIKNqHkCAfquOz8nUS7ynp+nA=";
}; };
cargoHash = "sha256-gNyegmr7Iv7dRe/bCwxLbhVkhex0D9ylF5Eulix26tg="; cargoHash = "sha256-ohfza2ti7Ar/9TV/WoTL5g6CPaONrxtr7nW0qmLdB/8=";
meta = with lib; { meta = with lib; {
description = "Log file highlighter"; description = "Log file highlighter";