screen: 4.4.0 -> 4.5.0
See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00007.html for release announcement.
This commit is contained in:
parent
d1c3cc63e1
commit
38b4ae5549
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
{ stdenv, fetchurl, fetchpatch, ncurses, utmp, pam ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "screen-4.4.0";
|
||||
name = "screen-${version}";
|
||||
version = "4.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/screen/${name}.tar.gz";
|
||||
sha256 = "12r12xwhsg59mlprikbbmn60gh8lqhrvyar7mlxg4fwsfma2lwpg";
|
||||
sha256 = "1c7grw03a9iwvqbxfd6hmjb681rp8gb55zsxm7b3apqqcb1sghq1";
|
||||
};
|
||||
|
||||
configureFlags= [
|
||||
|
|
Loading…
Reference in a new issue