Merge pull request #86300 from lugray/bump_shadowenv
shadowenv: 2.0.0 -> 2.0.2
This commit is contained in:
commit
8917cd8b88
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "shadowenv";
|
pname = "shadowenv";
|
||||||
version = "2.0.0";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Shopify";
|
owner = "Shopify";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1fjqm4qr85wb0i3vazp0w74izfzvkycdii7dlpdp5zs8jgb35pdh";
|
sha256 = "1x5i5km6wblqbc0fibdjdlqkamqswxwhy8p6cbfz2nvcia7fgsf1";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1n8qh730nhdmpm08mm2ppcl3nkcgm50cyz9q5h6dlzq4bv4rijp4";
|
cargoSha256 = "1hrsbd6025sfgnwr7smp43yzi7w2lfyfbdxhapgizrpwbq8y7xzd";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
@ -20,6 +20,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
installManPage man/man1/shadowenv.1
|
installManPage man/man1/shadowenv.1
|
||||||
installManPage man/man5/shadowlisp.5
|
installManPage man/man5/shadowlisp.5
|
||||||
|
installShellCompletion --bash sh/completions/shadowenv.bash
|
||||||
|
installShellCompletion --fish sh/completions/shadowenv.fish
|
||||||
|
installShellCompletion --zsh sh/completions/_shadowenv
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user