Skip to content

Commit

Permalink
Merge pull request #240332 from r-ryantm/auto-update/mame
Browse files Browse the repository at this point in the history
mame: 0.255 -> 0.256
  • Loading branch information
thiagokokada committed Jun 28, 2023
2 parents 3f99a04 + 3060a68 commit 7076a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/mame/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
version = "0.255";
version = "0.256";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;

src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${srcVersion}";
hash = "sha256-pdPKxEHxynBIB2lUG6yjKNcY8MlOlk4pfr7WwqaA9Dk=";
hash = "sha256-rQ1GQks3Nni6ALxfiJzdkKUgbZrXaLu9vJtEDPjgP3Q=";
};

outputs = [ "out" "tools" ];
Expand Down

0 comments on commit 7076a89

Please sign in to comment.