summary refs log tree commit diff
path: root/pkgs/applications/editors/ed
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-15 13:13:29 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-15 13:19:37 +0200
commit57f2e6e0b58a6f333e9f30de4022ce9630667bbc (patch)
treebf32b2e9b0b1363f6275ddcd29d17fd8f480477a /pkgs/applications/editors/ed
parentfbdb82cc1738d62a7207233ce455a9e7f4ea7cfd (diff)
downloadnixpkgs-57f2e6e0b58a6f333e9f30de4022ce9630667bbc.tar
nixpkgs-57f2e6e0b58a6f333e9f30de4022ce9630667bbc.tar.gz
nixpkgs-57f2e6e0b58a6f333e9f30de4022ce9630667bbc.tar.bz2
nixpkgs-57f2e6e0b58a6f333e9f30de4022ce9630667bbc.tar.lz
nixpkgs-57f2e6e0b58a6f333e9f30de4022ce9630667bbc.tar.xz
nixpkgs-57f2e6e0b58a6f333e9f30de4022ce9630667bbc.tar.zst
nixpkgs-57f2e6e0b58a6f333e9f30de4022ce9630667bbc.zip
ed: 1.12 -> 1.13
Diffstat (limited to 'pkgs/applications/editors/ed')
-rw-r--r--pkgs/applications/editors/ed/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix
index 1bff18185f1..03ed4276df9 100644
--- a/pkgs/applications/editors/ed/default.nix
+++ b/pkgs/applications/editors/ed/default.nix
@@ -1,7 +1,7 @@
 { fetchurl, stdenv }:
 
 stdenv.mkDerivation rec {
-  name = "ed-1.12";
+  name = "ed-1.13";
 
   src = fetchurl {
     # gnu only provides *.lz tarball, which is unfriendly for stdenv bootstrapping
@@ -9,8 +9,8 @@ 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
-    url = "http://fossies.org/linux/privat/${name}.tar.gz";
-    sha256 = "111ci6x43bcmylqhrzr32l0q8pplmpb4kiq5pb6cyp0yxkb2dhgj";
+    url = "http://fossies.org/linux/privat/${name}.tar.bz2";
+    sha256 = "1iym2fsamxr886l3sz8lqzgf00bip5cr0aly8jp04f89kf5mvl0j";
   };
 
   /* FIXME: Tests currently fail on Darwin: