about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-22 18:18:25 +0100
committerGitHub <noreply@github.com>2024-01-22 18:18:25 +0100
commitc7216a0a9a2d206973bb81477fc362f1d5db82c1 (patch)
treef15f5f84a5e02d88d88bf9108fceec2cebbb3039
parent04374bf308f8efdef9e279887f25aec4cf041816 (diff)
parent23da60579fef040fa4bacf41ca668d0edf53e1c0 (diff)
Merge pull request #282602 from mfrw/mfrw/tailspin-3.0.0
tailspin: 2.4.0 -> 3.0.0
-rw-r--r--pkgs/tools/misc/tailspin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/tailspin/default.nix b/pkgs/tools/misc/tailspin/default.nix
index 15af583ce0c4d..c3262cb26ac1f 100644
--- a/pkgs/tools/misc/tailspin/default.nix
+++ b/pkgs/tools/misc/tailspin/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tailspin";
-  version = "2.4.0";
+  version = "3.0.0";
 
   src = fetchFromGitHub {
     owner = "bensadeh";
     repo = "tailspin";
     rev = version;
-    hash = "sha256-xr9dxq6hUlF3kcXCfmnX2C71NYuGducD0BwbQDnyYJU=";
+    hash = "sha256-cZG4Yu//MKLkQeGP7q+8O0Iy72iyyxfOERsS6kzT7ts=";
   };
 
-  cargoHash = "sha256-1jPVCYq8W+LjJCdEimImUcSmd2OvIKMs5n9yl3g7sBM=";
+  cargoHash = "sha256-rOKJAmqL58UHuG6X5fcQ4UEw2U3g81lKftmFeKy25+w=";
 
   meta = with lib; {
     description = "A log file highlighter";