libkiwix: 12.0.0 -> 12.1.1

This commit is contained in:
R. Ryantm 2023-09-20 03:06:48 +00:00
parent 1839996831
commit a3445af790

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "libkiwix";
version = "12.0.0";
version = "12.1.1";
src = fetchFromGitHub {
owner = "kiwix";
repo = pname;
rev = version;
sha256 = "sha256-4FxLxJxVhqbeNqX4vorHkROUuRURvE6AXlteIZCEBtc=";
sha256 = "sha256-hcwLxfn1fiUAiwsnIddv4HukvVrFePtx7sDQUD1lGUA=";
};
nativeBuildInputs = [