summary refs log tree commit diff
path: root/pkgs/applications/editors/ed
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-07-13 12:45:23 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-07-17 14:37:34 -0700
commite6d4367e9263dcb72806a85d78791600d88b8b81 (patch)
treedc33898b363c216d866d50f1af6b2d218436c8b2 /pkgs/applications/editors/ed
parentfd5f56dc50da725e1fb20dbe4396ef929ef8bb3d (diff)
downloadnixpkgs-e6d4367e9263dcb72806a85d78791600d88b8b81.tar
nixpkgs-e6d4367e9263dcb72806a85d78791600d88b8b81.tar.gz
nixpkgs-e6d4367e9263dcb72806a85d78791600d88b8b81.tar.bz2
nixpkgs-e6d4367e9263dcb72806a85d78791600d88b8b81.tar.lz
nixpkgs-e6d4367e9263dcb72806a85d78791600d88b8b81.tar.xz
nixpkgs-e6d4367e9263dcb72806a85d78791600d88b8b81.tar.zst
nixpkgs-e6d4367e9263dcb72806a85d78791600d88b8b81.zip
ed: 1.10 -> 1.12
Diffstat (limited to 'pkgs/applications/editors/ed')
-rw-r--r--pkgs/applications/editors/ed/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix
index bccd7754efb..1bff18185f1 100644
--- a/pkgs/applications/editors/ed/default.nix
+++ b/pkgs/applications/editors/ed/default.nix
@@ -1,14 +1,16 @@
 { fetchurl, stdenv }:
 
 stdenv.mkDerivation rec {
-  name = "ed-1.10";
+  name = "ed-1.12";
 
   src = fetchurl {
     # gnu only provides *.lz tarball, which is unfriendly for stdenv bootstrapping
     #url = "mirror://gnu/ed/${name}.tar.gz";
-    url = "http://pkgs.fedoraproject.org/repo/extras/ed/${name}.tar.bz2"
-      + "/38204d4c690a17a989e802ba01b45e98/${name}.tar.bz2";
-    sha256 = "16qvshl8470f3znjfrrci3lzllqkzc6disk5kygzsg9hh4f6wysq";
+    # When updating, please make sure the sources pulled match those upstream by
+    # Unpacking both tarballs and running `find . -type f -exec sha256sum \{\} \; | sha256sum`
+    # in the resulting directory
+    url = "http://fossies.org/linux/privat/${name}.tar.gz";
+    sha256 = "111ci6x43bcmylqhrzr32l0q8pplmpb4kiq5pb6cyp0yxkb2dhgj";
   };
 
   /* FIXME: Tests currently fail on Darwin: