Merge pull request #86076 from kimat/kimat-tmux-3.1

tmux: 3.0a -> 3.1
This commit is contained in:
Mario Rodas 2020-04-27 08:07:27 -05:00 committed by GitHub
commit eeb257f04d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ in
stdenv.mkDerivation rec {
pname = "tmux";
version = "3.0a";
version = "3.1";
outputs = [ "out" "man" ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "tmux";
repo = "tmux";
rev = version;
sha256 = "0y9lv1yr0x50v3k70vzkc8hfr7yijlsi30p7dr7i8akp3lwmmc7h";
sha256 = "1jgxal6jzzannh7hb3617r6g5p9yczl6a78m4kjnf3cxxm4jdaxz";
};
nativeBuildInputs = [