Skip to content

Commit

Permalink
koreader: 2024.04 -> 2024.11
Browse files Browse the repository at this point in the history
(cherry picked from commit 5abe8bc)
liberodark authored and wolfgangwalther committed Jan 2, 2025
1 parent 3d53b26 commit e03e65a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/by-name/ko/koreader/package.nix
Original file line number Diff line number Diff line change
@@ -11,13 +11,14 @@
luajit,
sdcv,
SDL2,
nix-update-script,
}:
let
luajit_lua52 = luajit.override { enable52Compat = true; };
in
stdenv.mkDerivation rec {
pname = "koreader";
version = "2024.04";
version = "2024.11";

src =
{
@@ -31,7 +32,7 @@ stdenv.mkDerivation rec {
};
x86_64-linux = fetchurl {
url = "https://github.com/koreader/koreader/releases/download/v${version}/koreader-${version}-amd64.deb";
hash = "sha256-hqJRZDZqzPNLK/8Bb+Oay70JqKAMKB0Epbbzeu5npLw=";
hash = "sha256-ibehFrOcJqhM+CMAcHDn3Xwy6CueB8kdnoYMMDe/2Js=";
};
}
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
@@ -80,6 +81,10 @@ stdenv.mkDerivation rec {
}
'';

passthru = {
updateScript = nix-update-script { };
};

meta = with lib; {
homepage = "https://github.com/koreader/koreader";
changelog = "https://github.com/koreader/koreader/releases/tag/v${version}";
@@ -95,6 +100,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [
contrun
neonfuz
liberodark
];
};
}

0 comments on commit e03e65a

Please sign in to comment.