Merge pull request #38332 from r-ryantm/auto-update/gnused

gnused: 4.4 -> 4.5
This commit is contained in:
Matthew Justin Bauer 2018-04-17 09:59:53 -05:00 committed by GitHub
commit 636db4fc58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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