libqxp: 0.0.2 -> 0.0.3

This commit is contained in:
R. Ryantm
2026-05-27 00:29:24 +00:00
parent 76f0b0304e
commit 2059d07759
+2 -2
View File
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libqxp";
version = "0.0.2";
version = "0.0.3";
src = fetchzip {
url = "https://dev-www.libreoffice.org/src/libqxp/libqxp-${finalAttrs.version}.tar.xz";
hash = "sha256-5AcZDdmowFbsl9xJ/CPXAUL5zSNu90HgX3V0V8Pt/Rw=";
hash = "sha256-cdf9URJUXANhTIbpmeBycaicmNb6YS4sOZc2u1lshUc=";
};
nativeBuildInputs = [ pkg-config ];