gnused: 4.3 -> 4.4

See https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00001.html
for release information.
This commit is contained in:
Lancelot SIX 2017-02-04 14:13:58 +01:00
parent a558519a55
commit 7702225ad1
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gnused-${version}";
version = "4.3";
version = "4.4";
src = fetchurl {
url = "mirror://gnu/sed/sed-${version}.tar.xz";
sha256 = "1anhdgah8h423hlmn9hwzxzr7hjbqjm6hxq3z1p7p7nf8640vhj7";
sha256 = "0fv88bcnraixc8jvpacvxshi30p5x9m7yb8ns1hfv07hmb2ypmnb";
};
outputs = [ "out" "info" ];