Unverified Commit ccc2858c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

itgmania: 1.0.0 -> 1.0.2 (#393590)

parents a6e64954 bd674955
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "itgmania";
  version = "1.0.0";
  version = "1.0.2";

  src = fetchFromGitHub {
    owner = "itgmania";
    repo = "itgmania";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-GzpsyyjR7NhgCQ9D7q8G4YU7HhV1C1es1C1355gHnV8=";
    hash = "sha256-OGOvC7/NmEsWXVw4bFjqdT/Hg3Ypbwct//uWuW3/f1o=";
  };

  nativeBuildInputs = [
@@ -88,7 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Fork of StepMania 5.1, improved for the post-ITG community";
    platforms = lib.platforms.linux;
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ ftsimas ];
    maintainers = with lib.maintainers; [
      ftsimas
      maxwell-lt
    ];
    mainProgram = "itgmania";
  };
})