mupdf: 1.24.9 -> 1.24.11

This commit is contained in:
R. Ryantm
2024-11-20 04:55:03 +00:00
parent 1cbb18a94a
commit 1968bba64c
+2 -2
View File
@@ -61,12 +61,12 @@ let
in
stdenv.mkDerivation rec {
version = "1.24.9";
version = "1.24.11";
pname = "mupdf";
src = fetchurl {
url = "https://mupdf.com/downloads/archive/${pname}-${version}-source.tar.gz";
hash = "sha256-C0RqoO7MEU6ZadzNcMl4k1j8y2WJqB1HDclBoIdNqYo=";
hash = "sha256-GRInuWd19nBe99lVEYdRGTK1GSc7NFNaMxSRz32YFj8=";
};
patches = [