summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-25 15:37:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-09-25 15:37:16 +0200
commit0a818afe22ca207e3304c357b7429c159b8f9b31 (patch)
treea928f7d31add33425aaa34acafaf4651c5ee0f2a /pkgs/applications
parent9d92bd7845a0fcf895a1e7c4ae95c908be673060 (diff)
downloadnixlib-0a818afe22ca207e3304c357b7429c159b8f9b31.tar
nixlib-0a818afe22ca207e3304c357b7429c159b8f9b31.tar.gz
nixlib-0a818afe22ca207e3304c357b7429c159b8f9b31.tar.bz2
nixlib-0a818afe22ca207e3304c357b7429c159b8f9b31.tar.lz
nixlib-0a818afe22ca207e3304c357b7429c159b8f9b31.tar.xz
nixlib-0a818afe22ca207e3304c357b7429c159b8f9b31.tar.zst
nixlib-0a818afe22ca207e3304c357b7429c159b8f9b31.zip
joe: 4.0 -> 4.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/joe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/joe/default.nix b/pkgs/applications/editors/joe/default.nix
index 9f4d56bf8ad4..14cfd81586ca 100644
--- a/pkgs/applications/editors/joe/default.nix
+++ b/pkgs/applications/editors/joe/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl } :
 
 stdenv.mkDerivation rec {
-  name = "joe-4.0";
+  name = "joe-4.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/joe-editor/${name}.tar.gz";
-    sha256 = "0599xp90idl3dkplz72p33d2rfg0hb5yd38rhqdvz5zxfzzssmn5";
+    sha256 = "1nznzr9h0rh8g15c56yxzwpn2labx9sgsak0wcnpj7wmpnr12ql1";
   };
 
   meta = with stdenv.lib; {