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

mame: 0.266 -> 0.267
This commit is contained in:
Thiago Kenji Okada 2024-07-05 11:25:44 +00:00 committed by GitHub
commit 81d3101803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,14 +38,14 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
version = "0.266";
version = "0.267";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${srcVersion}";
hash = "sha256-nggpDKcZURwC4SQHiRnF7lJNaAWSniVHvsF/IjAPd9E=";
hash = "sha256-H3idND2cC0KSGa9EIEVN2diticfM9r6FwRqQYkWmEM0=";
};
outputs = [ "out" "tools" ];