summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/jupp
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2020-04-06 22:41:27 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2020-04-15 01:03:20 -0300
commit92b28ac63d8a0b72e4d1073c69a005d1317ae190 (patch)
treee75db17d9ddbfe9c53c3bd62d3bffa06727da793 /pkgs/applications/editors/jupp
parenta225186cae6a53ec26e476a5040939753f43db16 (diff)
jupp: 31 -> 39
Diffstat (limited to 'pkgs/applications/editors/jupp')
-rw-r--r--pkgs/applications/editors/jupp/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/applications/editors/jupp/default.nix b/pkgs/applications/editors/jupp/default.nix
index 9db44bc4008d..79db7b8a558a 100644
--- a/pkgs/applications/editors/jupp/default.nix
+++ b/pkgs/applications/editors/jupp/default.nix
@@ -1,18 +1,16 @@
-{ stdenv, fetchurl
-, ncurses, gpm
-}:
+{ stdenv, fetchurl, ncurses, gpm }:
stdenv.mkDerivation rec {
pname = "jupp";
- version = "3.1";
- srcName = "joe-3.1jupp31";
+ version = "39";
+ srcName = "joe-3.1${pname}${version}";
src = fetchurl {
urls = [
"https://www.mirbsd.org/MirOS/dist/jupp/${srcName}.tgz"
"https://pub.allbsd.org/MirOS/dist/jupp/${srcName}.tgz" ];
- sha256 = "1fnf9jsd6p4jyybkhjjs328qx38ywy8w029ngc7j7kqp0ixn0l0s";
+ sha256 = "14gys92dy3kq9ikigry7q2x4w5v2z76d97vp212bddrxiqy5np8d";
};
preConfigure = "chmod +x ./configure";
@@ -37,7 +35,7 @@ stdenv.mkDerivation rec {
and has a lot of bugs fixed. It is based upon an older version of joe
because these behave better overall.
'';
- homepage = "http://mirbsd.de/jupp";
+ homepage = "http://www.mirbsd.org/jupp.htm";
license = licenses.gpl1;
maintainers = with maintainers; [ AndersonTorres ];
};