mame: 0.259 -> 0.260

This commit is contained in:
R. Ryantm 2023-10-31 00:39:36 +00:00
parent fe1e9d524b
commit e2c89cb7d3

View File

@ -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" ];