zathura: 0.5.12 -> 0.5.13

This commit is contained in:
zspher
2025-10-13 16:27:50 -06:00
parent 1217efd7bb
commit 12a4ba70a2
@@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zathura";
version = "0.5.12";
version = "0.5.13";
src = fetchurl {
url = "https://pwmt.org/projects/zathura/download/zathura-${finalAttrs.version}.tar.xz";
hash = "sha256-6Ehw+/lrdmuCJKPzps58z6Nu+jtpGcyKL792XqTf5HY=";
hash = "sha256-YwIXO81G+JflIJyIOltRrR2rSUbC84YcujdKO4DY88E=";
};
outputs = [