1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

Merge pull request #81871 from r-ryantm/auto-update/byobu

byobu: 5.131 -> 5.133
This commit is contained in:
Ryan Mulligan 2020-03-06 18:00:23 -08:00 committed by GitHub
commit a985982db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, python3, perl, textual-window-manager }:
stdenv.mkDerivation rec {
version = "5.131";
version = "5.133";
name = "byobu-" + version;
src = fetchurl {
url = "https://launchpad.net/byobu/trunk/${version}/+download/byobu_${version}.orig.tar.gz";
sha256 = "0ljyk0fkpdjjyqpqsss6d26sd3vkr55vcr5cfw1kz3lxwwd7bb3p";
sha256 = "0qvmmdnvwqbgbhn5c8asmrmjhclcl029py2d2zvmd7h5ij7s93jd";
};
doCheck = true;
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ textual-window-manager ];
meta = {
homepage = https://launchpad.net/byobu/;
homepage = "https://launchpad.net/byobu/";
description = "Text-based window manager and terminal multiplexer";
longDescription =