Merge pull request #239383 from figsoda/spacer

spacer: 0.1.6 -> 0.1.7
This commit is contained in:
Nick Cao 2023-06-24 10:18:13 +08:00 committed by GitHub
commit b36c2496a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,21 @@
rustPlatform.buildRustPackage rec {
pname = "spacer";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "samwho";
repo = "spacer";
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; {
description = "CLI tool to insert spacers when command output stops";