Commit e2c89cb7 authored by R. RyanTM's avatar R. RyanTM
Browse files

mame: 0.259 -> 0.260

parent fe1e9d52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "mame";
  version = "0.259";
  version = "0.260";
  srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;

  src = fetchFromGitHub {
    owner = "mamedev";
    repo = "mame";
    rev = "mame${srcVersion}";
    hash = "sha256-F8psPvwuaILXZF7dCStJApVTD9zzzBwjf1CKGelHlqE=";
    hash = "sha256-spWnaf7xXK2xzgdUagsgN5doVrpJk7EA6fzYd9FlFm0=";
  };

  outputs = [ "out" "tools" ];