Merge pull request #102148 from marsam/update-tmux

tmux: 3.1b -> 3.1c
This commit is contained in:
Mario Rodas 2020-10-30 08:20:54 -05:00 committed by GitHub
commit 6ef08a6d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,15 +13,15 @@ let
bashCompletion = fetchFromGitHub {
owner = "imomaliev";
repo = "tmux-bash-completion";
rev = "fcda450d452f07d36d2f9f27e7e863ba5241200d";
sha256 = "092jpkhggjqspmknw7h3icm0154rg21mkhbc71j5bxfmfjdxmya8";
rev = "f5d53239f7658f8e8fbaf02535cc369009c436d6";
sha256 = "0sq2g3w0h3mkfa6qwqdw93chb5f1hgkz5vdl8yw8mxwdqwhsdprr";
};
in
stdenv.mkDerivation rec {
pname = "tmux";
version = "3.1b";
version = "3.1c";
outputs = [ "out" "man" ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "tmux";
repo = "tmux";
rev = version;
sha256 = "0jvyq4r691bn0wsr8i6c0q0lzss25vm9nx8sv3fhw9cs63ncq04y";
sha256 = "1fqgpzfas85dn0sxlvvg6rj488jwgnxs8d3gqcm8lgs211m9qhcf";
};
nativeBuildInputs = [
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://tmux.github.io/";
homepage = "https://tmux.github.io/";
description = "Terminal multiplexer";
longDescription =