Unverified Commit eff9e1c9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

tailspin: 3.0.0 -> 3.0.1
parents 1211aa5a 8166fd67
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "tailspin";
  version = "3.0.0";
  version = "3.0.1";

  src = fetchFromGitHub {
    owner = "bensadeh";
    repo = "tailspin";
    rev = version;
    hash = "sha256-cZG4Yu//MKLkQeGP7q+8O0Iy72iyyxfOERsS6kzT7ts=";
    hash = "sha256-Aqm7Nt+rAu8A2216JCuID1eIpWSdKpoKjILYovr7bYw=";
  };

  cargoHash = "sha256-rOKJAmqL58UHuG6X5fcQ4UEw2U3g81lKftmFeKy25+w=";
  cargoHash = "sha256-uTUowYoLEywGNzPyxq53Si5GSrh/F9kUFIDjw/wfdAQ=";

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