ddhx: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2026-03-29 22:24:39 +00:00
parent f39098836a
commit c3e63fed9e
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildDubPackage (finalAttrs: {
pname = "ddhx";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "dd86k";
repo = "ddhx";
tag = "v${finalAttrs.version}";
hash = "sha256-AFhxrYncqVnHfro4sUgCT1ZBeL3CUwcwhnGXVuFQ9ak=";
hash = "sha256-1AoTSoykukvKEsdAU0WUQA7LwVebKELam/0kqEWTxFc=";
};
dubLock = ./dub-lock.json;