mupdf: 1.27.0 -> 1.27.2

This commit is contained in:
Thomas Butter
2026-04-11 11:03:55 +00:00
committed by GitHub
parent ccddb7c85a
commit 99430236f7
+2 -2
View File
@@ -72,12 +72,12 @@ let
});
in
stdenv.mkDerivation rec {
version = "1.27.0";
version = "1.27.2";
pname = "mupdf";
src = fetchurl {
url = "https://mupdf.com/downloads/archive/${pname}-${version}-source.tar.gz";
hash = "sha256-riRCQW3kmRgtN6UmxvorrMejvtWoiNETygSERITf58Y=";
hash = "sha256-VThnsTUwPcTCWrZ8XyNNjpAKDjbmboSE2ZrcBf4ehzc=";
};
patches = [