mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
tailspin: 2.2.0 -> 2.3.0
This commit is contained in:
parent
d865557a4d
commit
461d0eaf13
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "tailspin";
|
pname = "tailspin";
|
||||||
version = "2.2.0";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bensadeh";
|
owner = "bensadeh";
|
||||||
repo = "tailspin";
|
repo = "tailspin";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-ggh0y50yzqWQbjdP/weboEmo4CpfAGZmtt1WWLokpZ8=";
|
hash = "sha256-xbnJ2QoTrJwzWIm/GfYW9QCn0DsfA9jLC6rwik4Pxs8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-R67bHDGFxCStKKHTR820r0CjbrqjQ6evtnBMaqCDRYM=";
|
cargoHash = "sha256-ios/qRp2crV3g7g/jATuUp/zBdDOCEMhAWfeKFM8NdM=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A log file highlighter";
|
description = "A log file highlighter";
|
||||||
|
Loading…
Reference in New Issue
Block a user