mame: 0.268 -> 0.269 (#338988)

This commit is contained in:
Thiago Kenji Okada 2024-09-02 16:03:47 +01:00 committed by GitHub
commit 215f097e57
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.268";
version = "0.269";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${srcVersion}";
hash = "sha256-zH/82WC4xXa/NMJ2W4U57Uv8+5994U5YcMbRvPiAtTI=";
hash = "sha256-ECOPohrfAVz0Rx/oYBFJvo91FoS76RJuBzadfXoXB4c=";
};
outputs = [ "out" "tools" ];