libzim: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-20 11:02:10 +02:00
parent 0860b38cc4
commit 2f63bd9449
1 changed files with 13 additions and 12 deletions

View File

@ -1,14 +1,15 @@
{ lib
, stdenv
, fetchFromGitHub
, icu
, meson
, ninja
, pkg-config
, python3
, xapian
, xz
, zstd
{
lib,
stdenv,
fetchFromGitHub,
icu,
meson,
ninja,
pkg-config,
python3,
xapian,
xz,
zstd,
}:
stdenv.mkDerivation rec {
@ -17,7 +18,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "openzim";
repo = pname;
repo = "libzim";
rev = "refs/tags/${version}";
hash = "sha256-WAbNSrgm/lTARD7Ml4vVLChQLNR23vEZtyE4MXnhnB4=";
};