about summary refs log tree commit diff
path: root/pkgs/applications/editors/joe
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-15 13:16:27 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-16 16:12:20 +0200
commit5e6bb86f5d951205368cc8d0f9fc4d55c24fe40c (patch)
treee14c3f38f7eb56a0e154fc3f149aec75b3ed5b6d /pkgs/applications/editors/joe
parent950764f9f845f9428b2375ff4a44be0d4fe104b8 (diff)
joe: 4.1 -> 4.2
Diffstat (limited to 'pkgs/applications/editors/joe')
-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 b08f98a054c2b..4ca4819787b42 100644
--- a/pkgs/applications/editors/joe/default.nix
+++ b/pkgs/applications/editors/joe/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl } :
 
 stdenv.mkDerivation rec {
-  version = "4.1";
+  version = "4.2";
   name = "joe-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/joe-editor/${name}.tar.gz";
-    sha256 = "1nznzr9h0rh8g15c56yxzwpn2labx9sgsak0wcnpj7wmpnr12ql1";
+    sha256 = "0x39x0qrwdbhl45wd8r8cpzigsip6m5j2crajsrbffk8qm5scpdw";
   };
 
   meta = with stdenv.lib; {