File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 88
99stdenv . mkDerivation rec {
1010 pname = "jupp" ;
11- version = "40 " ;
11+ version = "41 " ;
1212 srcName = "joe-3.1${ pname } ${ version } " ;
1313
1414 src = fetchurl {
1515 urls = [
1616 "https://www.mirbsd.org/MirOS/dist/jupp/${ srcName } .tgz"
17- "https://pub.allbsd .org/MirOS/dist/jupp/${ srcName } .tgz"
17+ "https://mbsd.evolvis .org/MirOS/dist/jupp/${ srcName } .tgz"
1818 ] ;
19- sha256 = "S+1DnN5/K+KU6W5J7z6RPqkPvl6RTbiIQD46J+gDWxo =" ;
19+ hash = "sha256-e7jqivUZvv7/+T7DyeMhCNfyuDIWybx7Aa71CYhhyC8 =" ;
2020 } ;
2121
2222 preConfigure = "chmod +x ./configure" ;
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
3434 "--enable-termidx"
3535 ] ;
3636
37- meta = with lib ; {
37+ meta = {
3838 homepage = "http://www.mirbsd.org/jupp.htm" ;
3939 downloadPage = "https://www.mirbsd.org/MirOS/dist/jupp/" ;
4040 description = "Portable fork of Joe's editor" ;
@@ -46,8 +46,8 @@ stdenv.mkDerivation rec {
4646 and has a lot of bugs fixed. It is based upon an older version of joe
4747 because these behave better overall.
4848 '' ;
49- license = licenses . gpl1Only ;
50- maintainers = with maintainers ; [ AndersonTorres ] ;
51- platforms = with platforms ; unix ;
49+ license = lib . licenses . gpl1Only ;
50+ maintainers = with lib . maintainers ; [ AndersonTorres ] ;
51+ platforms = with lib . platforms ; unix ;
5252 } ;
5353}
You can’t perform that action at this time.
0 commit comments