tmux: fix tmux sha256 hash (#49327)

* tmux: fix tmux sha256 hash

* pin to upstream commit
This commit is contained in:
Sander Hollaar 2018-11-04 18:35:17 +01:00 committed by xeji
parent ef9b17b484
commit 76f803f44e

View file

@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "tmux";
repo = "tmux";
rev = version;
sha256 = "0n8sjddy00xgh1rvvw968hh72pyslg1gahmzajfc4b3xax87drpi";
rev = "01918cb0170e07288d3aec624516e6470bf5b7fc";
sha256 = "1fy87wvxn7r7jzqapvjisc1iizic3kxqk2lv83giqmw1y4g3s7rl";
};
postPatch = ''