spacer: 0.4.1 -> 0.4.5
This commit is contained in:
parent
8f91555fd5
commit
5ffd8d3440
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "spacer";
|
pname = "spacer";
|
||||||
version = "0.4.1";
|
version = "0.4.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "samwho";
|
owner = "samwho";
|
||||||
repo = "spacer";
|
repo = "spacer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-3+1YWx+o1sDWXsG3qZCrtshRxVJgh5D9XJ5qVo+sL0M=";
|
hash = "sha256-GG9v6N7bJN7kYEQRqRIDgPPT0gGJ6LSSr8NWBDKsajo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-ERMP+gG2zCmkiB5GWM0s2dPo8JevWyjfMDUA8NxH3dc=";
|
cargoHash = "sha256-sWE0nFFVAUcCgW6R3BWBdSqn1QMRI8tKnuxX4gpRdvA=";
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user