Unverified Commit 13063335 authored by Acid Bong's avatar Acid Bong
Browse files

pinball: fix versioning

the version string pointed at a 2020 tag, while the latest tag before
the used commit was set in 2023
parent 9b5a2912
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";