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

mame: 0.263 -> 0.264
This commit is contained in:
Pol Dellaiera
2024-03-31 23:14:06 +02:00
committed by GitHub
+2 -2
View File
@@ -38,14 +38,14 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
version = "0.263";
version = "0.264";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${srcVersion}";
hash = "sha256-6MH4dMGOekiiq4yE68dIAiWWfvQvFcvqKtT/Z1SQ1aY=";
hash = "sha256-0UWMBKM//XWm8PFl60JvTLGaDBMVZFnVrbX4omy2F4I=";
};
outputs = [ "out" "tools" ];