Unverified Commit fa02f448 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

mame: 0.275 -> 0.276 (#394781)

parents 71a4b4bf 58889e17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "mame";
  version = "0.275";
  version = "0.276";
  srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;

  src = fetchFromGitHub {
    owner = "mamedev";
    repo = "mame";
    rev = "mame${srcVersion}";
    hash = "sha256-VD0T+zoR8fPZqRwTVrk2k5ui3tLQumEg1Fd64SJdszU=";
    hash = "sha256-HrEQmeCTwNXcEWcpXfLkBNnZdcZag4nB6ZN+8KKf5AE=";
  };

  outputs = [