forked from mirrors/nixpkgs
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:
parent
3fc5aa6cd4
commit
2918ab7797
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, python, perl, textual-window-manager }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "5.125";
|
||||
version = "5.127";
|
||||
name = "byobu-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://launchpad.net/byobu/trunk/${version}/+download/byobu_${version}.orig.tar.gz";
|
||||
sha256 = "1nx9vpyfn9zs8iyqnqdlskr8lqh4zlciijwd9qfpzmd50lkwh8jh";
|
||||
sha256 = "0fznlj454vgxgzfw3avmvvjpawggs66da5l8k6v0lnzzd75wgbsb";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue