screen: 4.6.0 -> 4.6.1

See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00005.html
for release announcement
This commit is contained in:
Lancelot SIX 2017-07-13 13:06:06 +02:00 committed by Robin Gloster
parent 2b4bc03969
commit aed23cfc0c

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "screen-${version}";
version = "4.6.0";
version = "4.6.1";
src = fetchurl {
url = "mirror://gnu/screen/${name}.tar.gz";
sha256 = "1m7yd2bs1i623kk27nfy3qa2mgjp5qjqxwj5qz21r51ycmmp0cwl";
sha256 = "0r3wpfxnr5kw73b8ndja26jk03nfbks06iyfmgb5aqb2rdkazadb";
};
configureFlags= [