Merge pull request #36480 from ryantm/auto-update/byobu
byobu: 5.121 -> 5.124
This commit is contained in:
commit
05a2aa6280
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user