Unverified Commit a074c7c3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224229 from fabaff/libzim-bump

libzim: 8.1.0 -> 8.1.1
parents 88b77802 a388cea2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "libzim";
  version = "8.1.0";
  version = "8.1.1";

  src = fetchFromGitHub {
    owner = "openzim";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-ab7UUF+I0/xaGChvdjylEQRHLOjmtg/wk+/JEGehGLE=";
    hash = "sha256-t3ssScI66oJ0lT1saAFLJACAZZmfBqZP0EGUM8MykHY=";
  };

  nativeBuildInputs = [