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:
parent
a558519a55
commit
7702225ad1
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnused-${version}";
|
name = "gnused-${version}";
|
||||||
version = "4.3";
|
version = "4.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/sed/sed-${version}.tar.xz";
|
url = "mirror://gnu/sed/sed-${version}.tar.xz";
|
||||||
sha256 = "1anhdgah8h423hlmn9hwzxzr7hjbqjm6hxq3z1p7p7nf8640vhj7";
|
sha256 = "0fv88bcnraixc8jvpacvxshi30p5x9m7yb8ns1hfv07hmb2ypmnb";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "info" ];
|
outputs = [ "out" "info" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user