xchm: 1.37 -> 1.38 (#485923)

This commit is contained in:
Nikolay Korotkiy
2026-02-01 16:33:32 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xchm";
version = "1.37";
version = "1.38";
src = fetchFromGitHub {
owner = "rzvncj";
repo = "xCHM";
rev = finalAttrs.version;
sha256 = "sha256-UMn8ds4nheuYSu0PesxdGoyxyn5AcKq9WByeRUxxx3k=";
sha256 = "sha256-ZZ3cTUCeXbQSDF2ioMsmZYy6jLnQPw5C3KP+wYSvmVk=";
};
nativeBuildInputs = [