figsoda 2023-06-25 13:21:17 -04:00
parent 4ac4b8eb24
commit 60beed2c85

View File

@ -5,21 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "spacer"; pname = "spacer";
version = "0.1.7"; version = "0.1.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "samwho"; owner = "samwho";
repo = "spacer"; repo = "spacer";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-eFXxcOhUqyo3eUws3RCO0w+0XGlxZAonKFTphnrhHs8="; hash = "sha256-F2PrBlS9uL6BQtjNNabCpl3ofavsUGlBy/Hotm42Oec=";
}; };
cargoHash = "sha256-z7igJc8HHqpiY2an4hFWoZElwgF5NUA+TFPqxuowC/w="; cargoHash = "sha256-aeXvqgSKRvm9W6sc5XCkwhMYUncj8pEPyQpYQr+fj7Y=";
# Cargo.lock is outdated
preConfigure = ''
cargo metadata --offline
'';
meta = with lib; { meta = with lib; {
description = "CLI tool to insert spacers when command output stops"; description = "CLI tool to insert spacers when command output stops";