Merge pull request #296110 from r-ryantm/auto-update/kiwix-tools

kiwix-tools: 3.6.0 -> 3.7.0
This commit is contained in:
Nick Cao 2024-03-16 11:14:44 -07:00 committed by GitHub
commit 1a0db1b225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "kiwix-tools"; pname = "kiwix-tools";
version = "3.6.0"; version = "3.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kiwix"; owner = "kiwix";
repo = "kiwix-tools"; repo = "kiwix-tools";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-+th86lMAuCcmWj06yQoZ1L7rLZKqNvuTrV+Rra2km44="; hash = "sha256-JwF4EN5kyHEfNoMhHb9ywe+7pmgQtjEd2FeRUeTjvQw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [