Commit 8bcc75c9 authored by David Wronek's avatar David Wronek
Browse files

itgmania: 1.2.0 -> 1.2.1

parent 0179c485
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "itgmania";
  version = "1.2.0";
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = "itgmania";
    repo = "itgmania";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-RkV/OIDudt2XemhaFRY7IA5o7Q2w+j01tauD7KpzYpA=";
    hash = "sha256-bTABfTflWasuXvX+YPciUIICAFVROk/SgeClgrTUjkQ=";
  };

  nativeBuildInputs = [