Skip to content

Commit

Permalink
tailspin: 3.0.2 -> 4.0.0 (#349699)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 26, 2024
2 parents 3082bb3 + 46e450f commit 24c9da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/tailspin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "tailspin";
version = "3.0.2";
version = "4.0.0";

src = fetchFromGitHub {
owner = "bensadeh";
repo = "tailspin";
rev = version;
hash = "sha256-STQtWLrRS76sowGOBLZqeE8bYcDUjI5ErQD3D7z98M8=";
hash = "sha256-5VbxQDK69If5N8EiS8sIKNqHkCAfquOz8nUS7ynp+nA=";
};

cargoHash = "sha256-gNyegmr7Iv7dRe/bCwxLbhVkhex0D9ylF5Eulix26tg=";
cargoHash = "sha256-ohfza2ti7Ar/9TV/WoTL5g6CPaONrxtr7nW0qmLdB/8=";

meta = with lib; {
description = "Log file highlighter";
Expand Down

0 comments on commit 24c9da4

Please sign in to comment.