Skip to content

Commit aed23cf

Browse files
lsixglobin
authored andcommittedJul 13, 2017
screen: 4.6.0 -> 4.6.1
See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00005.html for release announcement
1 parent 2b4bc03 commit aed23cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/screen/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "screen-${version}";
5-
version = "4.6.0";
5+
version = "4.6.1";
66

77
src = fetchurl {
88
url = "mirror://gnu/screen/${name}.tar.gz";
9-
sha256 = "1m7yd2bs1i623kk27nfy3qa2mgjp5qjqxwj5qz21r51ycmmp0cwl";
9+
sha256 = "0r3wpfxnr5kw73b8ndja26jk03nfbks06iyfmgb5aqb2rdkazadb";
1010
};
1111

1212
configureFlags= [

0 commit comments

Comments
 (0)
Please sign in to comment.