co-authored by
Sandro
parent
8a1fdce8d3
commit
4004ed98f5
@@ -0,0 +1,22 @@
|
||||
{ lib, fetchFromGitHub, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "rtss";
|
||||
version = "0.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Freaky";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1936w161mkbcwicrxn51b42pgir5yjiw85s74lbfq70nddw18nyn";
|
||||
};
|
||||
|
||||
cargoSha256 = "0nll5gg7fjh6sz3cscarknb0gaivmzkcxhwdb2li47r74rcbrj36";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Annotate output with relative durations between lines";
|
||||
homepage = "https://github.com/Freaky/rtss";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ djanatyn ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user