tux: 2.3 -> 2.5

This commit is contained in:
Robin Gloster 2017-05-23 13:40:17 +02:00
parent ece9d8867b
commit c5090b4de6
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -13,7 +13,7 @@ in
stdenv.mkDerivation rec {
name = "tmux-${version}";
version = "2.3";
version = "2.5";
outputs = [ "out" "man" ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "tmux";
repo = "tmux";
rev = version;
sha256 = "14c6iw0p3adz7w8jm42w9f3s1zph9is10cbwdjgh5bvifrhxrary";
sha256 = "0h0c6rwp4bjifqx9wpx7y0bmayvrvvgh9211rdk4nsf81j17n6vx";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];