Unverified Commit a9a42a6c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

kiwix-tools: 3.7.0 -> 3.7.0-unstable-2024-12-21 to fix build kiwix-14.0 (#387044)

parents 38ead936 4ccec684
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
{
  lib,
  docopt_cpp,
  fetchFromGitHub,
  gitUpdater,
  icu,
@@ -12,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "kiwix-tools";
  version = "3.7.0";
  version = "3.7.0-unstable-2024-12-21";

  src = fetchFromGitHub {
    owner = "kiwix";
    repo = "kiwix-tools";
    rev = finalAttrs.version;
    hash = "sha256-JwF4EN5kyHEfNoMhHb9ywe+7pmgQtjEd2FeRUeTjvQw=";
    rev = "43b00419dd3f33eb644e1d83c2e802fc200b2de7";
    hash = "sha256-Rctb6ZPTXjgSrLRB5VK4CEqYHuEPB7a+SQaNi47cxv0=";
  };

  nativeBuildInputs = [
@@ -28,6 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  buildInputs = [
    docopt_cpp
    icu
    libkiwix
  ];