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
+2 -2
View File
@@ -38,14 +38,14 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
version = "0.258";
version = "0.259";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${srcVersion}";
hash = "sha256-5wsPlI3xTCeadxvOjjNSGtaa8F7M6gZobsv2Ks8DSGE=";
hash = "sha256-F8psPvwuaILXZF7dCStJApVTD9zzzBwjf1CKGelHlqE=";
};
outputs = [ "out" "tools" ];