commit
b36c2496a5
1 changed files with 8 additions and 3 deletions
|
@ -5,16 +5,21 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "spacer";
|
pname = "spacer";
|
||||||
version = "0.1.6";
|
version = "0.1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "samwho";
|
owner = "samwho";
|
||||||
repo = "spacer";
|
repo = "spacer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-KSR3KfZcPHrjKxHtgNhGS3ISR8bn8tXw9ED7OevTOsU=";
|
hash = "sha256-eFXxcOhUqyo3eUws3RCO0w+0XGlxZAonKFTphnrhHs8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-Rjmy6l35pnaZTJmacoNRYvFLCRHkkJYZXLU9MVkVTfY=";
|
cargoHash = "sha256-z7igJc8HHqpiY2an4hFWoZElwgF5NUA+TFPqxuowC/w=";
|
||||||
|
|
||||||
|
# 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";
|
||||||
|
|
Loading…
Reference in a new issue