Skip to content

Commit 1d2c473

Browse files
authored
Merge pull request #253036 from r-ryantm/auto-update/mame
mame: 0.257 -> 0.258
2 parents 4ce5750 + aa6f4b7 commit 1d2c473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/emulators/mame/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ let
3838
in
3939
stdenv.mkDerivation rec {
4040
pname = "mame";
41-
version = "0.257";
41+
version = "0.258";
4242
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
4343

4444
src = fetchFromGitHub {
4545
owner = "mamedev";
4646
repo = "mame";
4747
rev = "mame${srcVersion}";
48-
hash = "sha256-iBLHvdqIgF6XkJQX5hFLrP9KkTGWfVvTCs+DRJhsSp4=";
48+
hash = "sha256-5wsPlI3xTCeadxvOjjNSGtaa8F7M6gZobsv2Ks8DSGE=";
4949
};
5050

5151
outputs = [ "out" "tools" ];

0 commit comments

Comments
 (0)