apg: fix version scheme

This commit is contained in:
Sigmanificient
2026-07-14 20:33:34 +02:00
parent ec514ce315
commit 4817d0d105

View File

@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation {
pname = "apg";
version = "unstable-2015-01-29";
version = "2.3.0b-unstable-2015-01-29";
src = fetchFromGitHub {
owner = "wilx";