Unverified Commit 2452c22e authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #256062 from 1sixth/update-hath

HentaiAtHome: 1.6.1 -> 1.6.2
parents f023c727 bbe10e59
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -10,12 +10,11 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "HentaiAtHome";
  version = "1.6.1";
  version = "1.6.2";

  src = fetchzip {
    url = "https://repo.e-hentai.org/hath/HentaiAtHome_${version}_src.zip";
    hash =
      "sha512-j+B0kx6fjUibI3MjVJ5PVTq9xxtSOTTY/XizAJKjeNkpExJF9DIV4VCwf+sfLlg+7W4UBosnyb8hZNNoidRBKA==";
    hash = "sha256-ioL/GcnbYjt1IETH8521d1TcLGtENdFzceJui1ywXTY=";
    stripRoot = false;
  };