djview: 4.12 -> 4.12.3

This commit is contained in:
R. Ryantm 2025-08-06 00:32:17 +00:00
parent be57485fff
commit ebe84a611a

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "djview";
version = "4.12";
version = "4.12.3";
outputs = [
"out"
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/djvu/${pname}-${version}.tar.gz";
hash = "sha256-VnPGqLfhlbkaFyCyQJGRW4FF3jSHnbEVi8k2sQDq8+M=";
hash = "sha256-F7+5cxq4Bw4BI1OB8I5XsSMf+19J6wMYc+v6GJza9H0=";
};
nativeBuildInputs = [