about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-24 18:33:41 -0500
committerGitHub <noreply@github.com>2023-11-24 18:33:41 -0500
commit67273d0def72ec49e6d4c7225e032a87bbdaaca7 (patch)
treef2b7bf5e4a1d88dbe6eca46eb94491369db4a5e6 /pkgs
parent42f5ae813b62dc9e27f9ac452041919576e3c988 (diff)
parentb10f0e5faa3d78fa15c5773b63f15a597004fcb7 (diff)
Merge pull request #268705 from MikaelFangel/update-tailspin
tailspin: 2.1.0 -> 2.2.0
Diffstat (limited to 'pkgs')
-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 f6360061a5be7..b46b25979a51a 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.1.0";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "bensadeh";
     repo = "tailspin";
     rev = version;
-    hash = "sha256-WsQpMmFTlAPg+9uEecMKfpys29cQ642IZ8yvsPxmCfo=";
+    hash = "sha256-ggh0y50yzqWQbjdP/weboEmo4CpfAGZmtt1WWLokpZ8=";
   };
 
-  cargoHash = "sha256-sttQ8fGRGdq7nDiG3/z/YEg2NA+miTwahGNv3yNnnds=";
+  cargoHash = "sha256-R67bHDGFxCStKKHTR820r0CjbrqjQ6evtnBMaqCDRYM=";
 
   meta = with lib; {
     description = "A log file highlighter";