pinball: fix versioning

the version string pointed at a 2020 tag, while the latest tag before
the used commit was set in 2023
This commit is contained in:
Acid Bong
2026-03-26 21:49:00 +02:00
parent 9b5a2912f5
commit 1306333553
+1 -1
View File
@@ -14,7 +14,7 @@
stdenv.mkDerivation {
pname = "pinball";
version = "0.3.20201218-unstable-2024-11-14";
version = "0.3.20230219-unstable-2024-11-14";
src = fetchFromGitHub {
owner = "adoptware";