mame: 0.256 -> 0.257

This commit is contained in:
R. Ryantm 2023-07-31 01:12:49 +00:00
parent 62c76b3411
commit 4986e8bf74

View file

@ -38,14 +38,14 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mame"; pname = "mame";
version = "0.256"; version = "0.257";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version; srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mamedev"; owner = "mamedev";
repo = "mame"; repo = "mame";
rev = "mame${srcVersion}"; rev = "mame${srcVersion}";
hash = "sha256-rQ1GQks3Nni6ALxfiJzdkKUgbZrXaLu9vJtEDPjgP3Q="; hash = "sha256-iBLHvdqIgF6XkJQX5hFLrP9KkTGWfVvTCs+DRJhsSp4=";
}; };
outputs = [ "out" "tools" ]; outputs = [ "out" "tools" ];