aasvg: 0.5.2 -> 0.5.3

This commit is contained in:
R. Ryantm
2026-07-12 14:40:19 +00:00
parent 46e5901ea2
commit b352dc2e9e

View File

@@ -8,13 +8,13 @@
buildNpmPackage (finalAttrs: {
pname = "aasvg";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
owner = "martinthomson";
repo = "aasvg";
tag = "v${finalAttrs.version}";
hash = "sha256-Le6ZbJY7ZkqblZx4TkHWIiRKn1foi8jB+rldhu95NQ0=";
hash = "sha256-D3ompmRt9Mxmzr0TxFLBrSl/dNE986TZbOvfuyk9rJo=";
};
# the project has no dependencies