summary refs log tree commit diff
path: root/pkgs/applications/editors/ed
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2017-01-13 11:53:56 +0100
committerLancelot SIX <lsix@lancelotsix.com>2017-01-15 18:27:59 +0100
commit7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c (patch)
tree2c4fa6525661ee820b6f54db30b090a77550c85b /pkgs/applications/editors/ed
parent70b0af9f831c1396672bbcfbf5b119343402476f (diff)
downloadnixpkgs-7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c.tar
nixpkgs-7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c.tar.gz
nixpkgs-7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c.tar.bz2
nixpkgs-7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c.tar.lz
nixpkgs-7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c.tar.xz
nixpkgs-7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c.tar.zst
nixpkgs-7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c.zip
ed: 1.13 -> 1.14.1
See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00004.html
for full release announcement.
Diffstat (limited to 'pkgs/applications/editors/ed')
-rw-r--r--pkgs/applications/editors/ed/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix
index 9cb644cc931..ec56667a4ba 100644
--- a/pkgs/applications/editors/ed/default.nix
+++ b/pkgs/applications/editors/ed/default.nix
@@ -1,7 +1,8 @@
 { fetchurl, stdenv }:
 
 stdenv.mkDerivation rec {
-  name = "ed-1.13";
+  name = "ed-${version}";
+  version = "1.14.1";
 
   src = fetchurl {
     # gnu only provides *.lz tarball, which is unfriendly for stdenv bootstrapping
@@ -9,13 +10,13 @@ stdenv.mkDerivation rec {
     # 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
-    urls = let file_md5 = "fb8ffc8d8072e13dd5799131e889bfa5"; # for fedora mirror
+    urls = let file_sha512 = "84396fe4e4f0bf0b591037277ff8679a08b2883207628aaa387644ad83ca5fbdaa74a581f33310e28222d2fea32a0b8ba37e579597cc7d6145df6eb956ea75db";
       in [
         ("http://pkgs.fedoraproject.org/repo/extras/ed"
-          + "/${name}.tar.bz2/${file_md5}/${name}.tar.bz2")
+          + "/${name}.tar.bz2/sha512/${file_sha512}/${name}.tar.bz2")
         "http://fossies.org/linux/privat/${name}.tar.bz2"
       ];
-    sha256 = "1iym2fsamxr886l3sz8lqzgf00bip5cr0aly8jp04f89kf5mvl0j";
+    sha256 = "1pk6qa4sr7qc6vgm34hjx44hsh8x2bwaxhdi78jhsacnn4zwi7bw";
   };
 
   /* FIXME: Tests currently fail on Darwin: