Commit 656f6222 authored by Mario Rodas's avatar Mario Rodas
Browse files

zathuraPkgs.zathura_pdf_mupdf: 0.4.0 -> 0.4.1

parent 483ec9c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@
}:

stdenv.mkDerivation rec {
  version = "0.4.0";
  version = "0.4.1";
  pname = "zathura-pdf-mupdf";

  src = fetchurl {
    url = "https://pwmt.org/projects/${pname}/download/${pname}-${version}.tar.xz";
    sha256 = "0pcjxvlh4hls8mjhjghhhihyy2kza8l27wdx0yq4bkd1g1b5f74c";
    hash = "sha256-+YKgHWUj+iVmk4EYTAamJe2/15YcvbBxHcz9ucQCrC8=";
  };

  nativeBuildInputs = [ meson ninja pkg-config ];