Merge pull request #36480 from ryantm/auto-update/byobu

byobu: 5.121 -> 5.124
This commit is contained in:
Joachim F 2018-03-14 19:36:44 +00:00 committed by GitHub
commit 05a2aa6280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, ncurses, python, perl, textual-window-manager }:
stdenv.mkDerivation rec {
version = "5.121";
version = "5.124";
name = "byobu-" + version;
src = fetchurl {
url = "https://launchpad.net/byobu/trunk/${version}/+download/byobu_${version}.orig.tar.gz";
sha256 = "0rbwb7kh0f458ad51grrhz56889g6xj1c29c838pi37cjdgl3wjx";
sha256 = "08pipvh2iwy5d4b1bnrh0vwlmm884cqzgsz6jx3ar4shp63i5jjf";
};
doCheck = true;