Skip to content

Commit 7dd302a

Browse files
authored
jupp: 40 -> 41 (#378678)
2 parents 7a7ccb2 + 9d336fd commit 7dd302a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkgs/by-name/ju/jupp/package.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
stdenv.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
}

0 commit comments

Comments
 (0)