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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mame"; pname = "mame";
version = "0.259"; version = "0.260";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version; srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mamedev"; owner = "mamedev";
repo = "mame"; repo = "mame";
rev = "mame${srcVersion}"; rev = "mame${srcVersion}";
hash = "sha256-F8psPvwuaILXZF7dCStJApVTD9zzzBwjf1CKGelHlqE="; hash = "sha256-spWnaf7xXK2xzgdUagsgN5doVrpJk7EA6fzYd9FlFm0=";
}; };
outputs = [ "out" "tools" ]; outputs = [ "out" "tools" ];