mame: 0.251 -> 0.252

This commit is contained in:
R. Ryantm
2023-02-25 08:28:39 +00:00
parent 21299ca839
commit dfd0441c5d
+2 -2
View File
@@ -39,14 +39,14 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
version = "0.251";
version = "0.252";
srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${srcVersion}";
hash = "sha256-x+QV4gunnERBHyYB2fXJ2LvMv437Z2omvk+fYkmZfqA=";
hash = "sha256-snef00pTbukiLQp8eAMfuIqNV3l0wP1+KlpFnS3iKFg=";
};
outputs = [ "out" "tools" ];