tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ed: 1.10 -> 1.12
William A. Kennington III
10 years ago
e6d4367e
fd5f56dc
+6
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
ed
default.nix
+6
-4
pkgs/applications/editors/ed/default.nix
···
1
1
{ fetchurl, stdenv }:
2
2
3
3
stdenv.mkDerivation rec {
4
4
-
name = "ed-1.10";
4
4
+
name = "ed-1.12";
5
5
6
6
src = fetchurl {
7
7
# gnu only provides *.lz tarball, which is unfriendly for stdenv bootstrapping
8
8
#url = "mirror://gnu/ed/${name}.tar.gz";
9
9
-
url = "http://pkgs.fedoraproject.org/repo/extras/ed/${name}.tar.bz2"
10
10
-
+ "/38204d4c690a17a989e802ba01b45e98/${name}.tar.bz2";
11
11
-
sha256 = "16qvshl8470f3znjfrrci3lzllqkzc6disk5kygzsg9hh4f6wysq";
9
9
+
# When updating, please make sure the sources pulled match those upstream by
10
10
+
# Unpacking both tarballs and running `find . -type f -exec sha256sum \{\} \; | sha256sum`
11
11
+
# in the resulting directory
12
12
+
url = "http://fossies.org/linux/privat/${name}.tar.gz";
13
13
+
sha256 = "111ci6x43bcmylqhrzr32l0q8pplmpb4kiq5pb6cyp0yxkb2dhgj";
12
14
};
13
15
14
16
/* FIXME: Tests currently fail on Darwin: