Merge pull request #258775 from r-ryantm/auto-update/mame

mame: 0.258 -> 0.259
This commit is contained in:
Thiago Kenji Okada 2023-10-03 12:54:13 +01:00 committed by GitHub
commit 5e67850d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,14 +38,14 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mame"; pname = "mame";
version = "0.258"; version = "0.259";
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-5wsPlI3xTCeadxvOjjNSGtaa8F7M6gZobsv2Ks8DSGE="; hash = "sha256-F8psPvwuaILXZF7dCStJApVTD9zzzBwjf1CKGelHlqE=";
}; };
outputs = [ "out" "tools" ]; outputs = [ "out" "tools" ];