Skip to content

Commit

Permalink
hentai-at-home: bump to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Dec 13, 2024
1 parent 474104e commit 04d6686
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/he/hentai-at-home/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
lib,
stdenvNoCC,
fetchzip,
jdk,
jdk_headless,
makeWrapper,
buildPackages,
jre_headless,
javaOpts ? "-XX:+UseZGC",
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "hentai-at-home";
version = "1.6.3";
version = "1.6.4";

src = fetchzip {
url = "https://repo.e-hentai.org/hath/HentaiAtHome_${finalAttrs.version}_src.zip";
hash = "sha512-kBB5mn9MwpkZ0z+Fl5ABs4YWBkXkMRcADYSAPkeifyhbYQQPOnijXKYZCkzE4UB3uQ1j6Kj6WnpO/4jquYEiOQ==";
hash = "sha512-dcHWZiU0ySLlEhZeK1n2T/dyO6Wk9eS7CpZRSfzY3KvHrPBthQnaFrarSopPXJan1+zWROu1pEff1WSr5+HO4Q==";
stripRoot = false;
};

nativeBuildInputs = [
jdk
jdk_headless
makeWrapper
];

Expand Down Expand Up @@ -56,6 +56,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = licenses.gpl3;
maintainers = with maintainers; [ terrorjack ];
mainProgram = "HentaiAtHome";
platforms = jdk.meta.platforms;
platforms = jdk_headless.meta.platforms;
};
})

0 comments on commit 04d6686

Please sign in to comment.