libcdr: 0.1.8 -> 0.1.9 (#524675)

This commit is contained in:
dotlambda
2026-06-02 04:40:59 +00:00
committed by GitHub
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libcdr";
version = "0.1.8";
version = "0.1.9";
src = fetchurl {
url = "https://dev-www.libreoffice.org/src/libcdr-${finalAttrs.version}.tar.xz";
hash = "sha256-ztZ3yDALKckdMAS7Hd3wuZdhv1VEmRwmwu6PQn6HGTw=";
hash = "sha256-97tqvdfyJoIPKIqT3Y0HdZgzwCUNniAq+Q+bMSxGZaM=";
};
strictDeps = true;