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

mame: 0.267 -> 0.268
This commit is contained in:
Thiago Kenji Okada
2024-08-06 08:38:50 +01:00
committed by GitHub
+2 -2
View File
@@ -38,14 +38,14 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
version = "0.267";
version = "0.268";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${srcVersion}";
hash = "sha256-H3idND2cC0KSGa9EIEVN2diticfM9r6FwRqQYkWmEM0=";
hash = "sha256-zH/82WC4xXa/NMJ2W4U57Uv8+5994U5YcMbRvPiAtTI=";
};
outputs = [ "out" "tools" ];