lol

Merge pull request #268705 from MikaelFangel/update-tailspin

tailspin: 2.1.0 -> 2.2.0

authored by

Mario Rodas and committed by
GitHub
67273d0d 42f5ae81

+3 -3
+3 -3
pkgs/tools/misc/tailspin/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "tailspin"; 8 - version = "2.1.0"; 8 + version = "2.2.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "bensadeh"; 12 12 repo = "tailspin"; 13 13 rev = version; 14 - hash = "sha256-WsQpMmFTlAPg+9uEecMKfpys29cQ642IZ8yvsPxmCfo="; 14 + hash = "sha256-ggh0y50yzqWQbjdP/weboEmo4CpfAGZmtt1WWLokpZ8="; 15 15 }; 16 16 17 - cargoHash = "sha256-sttQ8fGRGdq7nDiG3/z/YEg2NA+miTwahGNv3yNnnds="; 17 + cargoHash = "sha256-R67bHDGFxCStKKHTR820r0CjbrqjQ6evtnBMaqCDRYM="; 18 18 19 19 meta = with lib; { 20 20 description = "A log file highlighter";