File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2230622306 github = "teatwig";
2230722307 githubId = 18734648;
2230822308 };
22309+ tebriel = {
22310+ 22311+ name = "tebriel";
22312+ github = "tebriel";
22313+ githubId = 821688;
22314+ };
2230922315 techknowlogick = {
22310223162231122317 github = "techknowlogick";
Original file line number Diff line number Diff line change 33 stdenvNoCC ,
44 fetchurl ,
55 makeWrapper ,
6- jdk17_headless ,
6+ jdk23_headless ,
77 nixosTests ,
88} :
99
1010stdenvNoCC . mkDerivation rec {
1111 pname = "komga" ;
12- version = "1.15.0 " ;
12+ version = "1.15.1 " ;
1313
1414 src = fetchurl {
1515 url = "https://github.com/gotson/${ pname } /releases/download/${ version } /${ pname } -${ version } .jar" ;
16- sha256 = "sha256-mgPGhBdZ7FyxkVNPJkfFjQ6mJDbQ049PKzacTN6cajk =" ;
16+ sha256 = "sha256-Gv0AaW3aTjLjNAzC5FJMVfvZyIN23ezPpRk15OYyKKs =" ;
1717 } ;
1818
1919 nativeBuildInputs = [
2020 makeWrapper
2121 ] ;
2222
2323 buildCommand = ''
24- makeWrapper ${ jdk17_headless } /bin/java $out/bin/komga --add-flags "-jar $src"
24+ makeWrapper ${ jdk23_headless } /bin/java $out/bin/komga --add-flags "-jar $src"
2525 '' ;
2626
2727 passthru . tests = {
@@ -32,9 +32,12 @@ stdenvNoCC.mkDerivation rec {
3232 description = "Free and open source comics/mangas server" ;
3333 homepage = "https://komga.org/" ;
3434 license = lib . licenses . mit ;
35- platforms = jdk17_headless . meta . platforms ;
36- maintainers = with lib . maintainers ; [ govanify ] ;
35+ platforms = jdk23_headless . meta . platforms ;
36+ maintainers = with lib . maintainers ; [
37+ tebriel
38+ govanify
39+ ] ;
3740 mainProgram = "komga" ;
41+ sourceProvenance = with lib . sourceTypes ; [ binaryBytecode ] ;
3842 } ;
39-
4043}
You can’t perform that action at this time.
0 commit comments