Merge pull request #117260 from r-ryantm/auto-update/xchm

xchm: 1.31 -> 1.32
This commit is contained in:
Ryan Mulligan 2021-03-22 21:04:32 -07:00 committed by GitHub
commit 100549dfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xchm"; pname = "xchm";
version = "1.31"; version = "1.32";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rzvncj"; owner = "rzvncj";
repo = "xCHM"; repo = "xCHM";
rev = version; rev = version;
sha256 = "1mzafbpc1c211byf8bnwl13by7vi8xvxlaykyrajb1bj0ynbmmgp"; sha256 = "sha256-Ss8kdfUAMC8v05rdt2SoO6vPyssG5v8gOzdf/v18cdg=";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];