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

mame: 0.256 -> 0.257
This commit is contained in:
Pol Dellaiera 2023-07-31 10:22:53 +02:00 committed by GitHub
commit 9a85f3475f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,14 +38,14 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
version = "0.256";
version = "0.257";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${srcVersion}";
hash = "sha256-rQ1GQks3Nni6ALxfiJzdkKUgbZrXaLu9vJtEDPjgP3Q=";
hash = "sha256-iBLHvdqIgF6XkJQX5hFLrP9KkTGWfVvTCs+DRJhsSp4=";
};
outputs = [ "out" "tools" ];