lol

Merge pull request #300645 from mfrw/mfrw/tailspin-3.0.1

tailspin: 3.0.0 -> 3.0.1

authored by

Aleksana and committed by
GitHub
eff9e1c9 1211aa5a

+3 -3
+3 -3
pkgs/tools/misc/tailspin/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "tailspin"; 8 - version = "3.0.0"; 8 + version = "3.0.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "bensadeh"; 12 12 repo = "tailspin"; 13 13 rev = version; 14 - hash = "sha256-cZG4Yu//MKLkQeGP7q+8O0Iy72iyyxfOERsS6kzT7ts="; 14 + hash = "sha256-Aqm7Nt+rAu8A2216JCuID1eIpWSdKpoKjILYovr7bYw="; 15 15 }; 16 16 17 - cargoHash = "sha256-rOKJAmqL58UHuG6X5fcQ4UEw2U3g81lKftmFeKy25+w="; 17 + cargoHash = "sha256-uTUowYoLEywGNzPyxq53Si5GSrh/F9kUFIDjw/wfdAQ="; 18 18 19 19 meta = with lib; { 20 20 description = "A log file highlighter";