Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-30 12:06:24 +00:00
committed by GitHub
39 changed files with 930 additions and 883 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tfk8s";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "jrhouston";
repo = "tfk8s";
rev = "v${version}";
sha256 = "sha256-gszvWetreafIP9I8hi9zz24TOTSsGzDsm/vXJS6n4Q4=";
sha256 = "sha256-3iI5gYfpkxfVylBgniaMeQ73uR8dAjVrdg/eBLRxUR4";
};
vendorSha256 = "sha256-wS5diDQFkt8IAp13d8Yeh8ihLvKWdR0Mbw0fMZpqqKE=";
+2
View File
@@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
"--localstatedir=/var"
];
enableParallelBuilding = true;
postInstall = ''
mkdir -p $out/share/bash-completion/completions
cp -v ${bashCompletion}/completions/tmux $out/share/bash-completion/completions/tmux