pueue: 0.1.6 -> 0.2.1
This commit is contained in:
parent
e882dfe91f
commit
ab0379a69e
@ -1,23 +1,19 @@
|
|||||||
{ lib, rustPlatform, fetchFromGitHub, installShellFiles }:
|
{ lib, rustPlatform, fetchFromGitHub }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pueue";
|
pname = "pueue";
|
||||||
version = "0.1.6";
|
version = "0.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Nukesor";
|
owner = "Nukesor";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1qp9h1xlfxwswcqi1qn2hfybxl547z13xjbvfgsx1nc8yj51bi3c";
|
sha256 = "1yx69pwdal0p5dfhabjdns9z6z3fa41wh7bxa4dpsjx37ziglcsp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
cargoSha256 = "1ksr5fw9p3j1bnlgfimb5nsryb4si8ic2x4prsra1mwkc91hr7x3";
|
||||||
|
|
||||||
cargoSha256 = "00va292bjdp42bkqdkjqajmzc2nshhqa1fj0yfwdf3rrx4nhssjd";
|
checkPhase = "cargo test -- --skip test_single_huge_payload";
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
installShellCompletion utils/completions/pueue.{bash,fish} --zsh utils/completions/_pueue
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A daemon for managing long running shell commands";
|
description = "A daemon for managing long running shell commands";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user