byobu: 5.125 -> 5.127 (#45261)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/byobu/versions.
This commit is contained in:
R. RyanTM 2018-08-21 05:48:59 -07:00 committed by xeji
parent 3fc5aa6cd4
commit 2918ab7797

View File

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