spacer: 0.1.7 -> 0.1.8
Diff: https://github.com/samwho/spacer/compare/v0.1.7...v0.1.8 Changelog: https://github.com/samwho/spacer/releases/tag/v0.1.8
This commit is contained in:
parent
4ac4b8eb24
commit
60beed2c85
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user