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

xchm: 1.35 -> 1.36
This commit is contained in:
Nikolay Korotkiy
2023-10-09 12:41:39 +04:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "xchm";
version = "1.35";
version = "1.36";
src = fetchFromGitHub {
owner = "rzvncj";
repo = "xCHM";
rev = version;
sha256 = "sha256-ZJvlllhF7KPz+v6KEVPyJjiz+4LHM2Br/oqI54a2Ews=";
sha256 = "sha256-+RbFE/jOD8sofHMCFgTIfgokrXYqDbCSSnN6SdEZ/b0=";
};
nativeBuildInputs = [