Unverified Commit 5341a1e5 authored by Lord-Valen's avatar Lord-Valen
Browse files

zathura-pdf-mupdf: 0.4.1 -> 0.4.2

parent 34082ca9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@
}:

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

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

  nativeBuildInputs = [