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

HentaiAtHome: 1.6.1 -> 1.6.2

authored by

Fabián Heredia Montiel and committed by
GitHub
2452c22e f023c727

+2 -3
+2 -3
pkgs/applications/misc/HentaiAtHome/default.nix
··· 10 }: 11 stdenvNoCC.mkDerivation rec { 12 pname = "HentaiAtHome"; 13 - version = "1.6.1"; 14 15 src = fetchzip { 16 url = "https://repo.e-hentai.org/hath/HentaiAtHome_${version}_src.zip"; 17 - hash = 18 - "sha512-j+B0kx6fjUibI3MjVJ5PVTq9xxtSOTTY/XizAJKjeNkpExJF9DIV4VCwf+sfLlg+7W4UBosnyb8hZNNoidRBKA=="; 19 stripRoot = false; 20 }; 21
··· 10 }: 11 stdenvNoCC.mkDerivation rec { 12 pname = "HentaiAtHome"; 13 + version = "1.6.2"; 14 15 src = fetchzip { 16 url = "https://repo.e-hentai.org/hath/HentaiAtHome_${version}_src.zip"; 17 + hash = "sha256-ioL/GcnbYjt1IETH8521d1TcLGtENdFzceJui1ywXTY="; 18 stripRoot = false; 19 }; 20