godsvg: 1.0-alpha15 -> 1.0-alpha16

This commit is contained in:
mochie~!
2026-07-14 03:52:45 +02:00
parent 8f88f1d521
commit e28925fd2c
+2 -2
View File
@@ -10,12 +10,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "godsvg";
version = "1.0-alpha15";
version = "1.0-alpha16";
src = fetchFromGitHub {
owner = "MewPurPur";
repo = "GodSVG";
tag = "v${finalAttrs.version}";
hash = "sha256-vEwkpYMIqiqCFVNE7UzEts/lSS9zR+AgvvSr+vj0Aas=";
hash = "sha256-MuPEPnoBmqAg0vLQ7rQidWHA2DFpfNx7evPYeG311co=";
};
nativeBuildInputs = [