3
0
Fork 0
forked from mirrors/nixpkgs

byobu: 5.129 -> 5.130 (#75205)

This commit is contained in:
R. RyanTM 2019-12-08 11:53:53 -08:00 committed by Renaud
parent e488670764
commit eeda68a88e

View file

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