godsvg: 1.0-alpha16 -> 1.0-alpha17

This commit is contained in:
R. Ryantm
2026-09-14 01:59:28 +00:00
parent 5148f6957f
commit 0b50a7cd86

View File

@@ -10,12 +10,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "godsvg";
version = "1.0-alpha16";
version = "1.0-alpha17";
src = fetchFromGitHub {
owner = "MewPurPur";
repo = "GodSVG";
tag = "v${finalAttrs.version}";
hash = "sha256-MuPEPnoBmqAg0vLQ7rQidWHA2DFpfNx7evPYeG311co=";
hash = "sha256-6KdGkpgzBJ1OAtWxpbntxrTuw0E6hyq7oZSI5HPSZ6U=";
};
nativeBuildInputs = [