Loading pkgs/applications/emulators/mame/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -38,14 +38,14 @@ let in stdenv.mkDerivation rec { pname = "mame"; version = "0.259"; version = "0.260"; srcVersion = builtins.replaceStrings [ "." ] [ "" ] version; src = fetchFromGitHub { owner = "mamedev"; repo = "mame"; rev = "mame${srcVersion}"; hash = "sha256-F8psPvwuaILXZF7dCStJApVTD9zzzBwjf1CKGelHlqE="; hash = "sha256-spWnaf7xXK2xzgdUagsgN5doVrpJk7EA6fzYd9FlFm0="; }; outputs = [ "out" "tools" ]; Loading Loading
pkgs/applications/emulators/mame/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -38,14 +38,14 @@ let in stdenv.mkDerivation rec { pname = "mame"; version = "0.259"; version = "0.260"; srcVersion = builtins.replaceStrings [ "." ] [ "" ] version; src = fetchFromGitHub { owner = "mamedev"; repo = "mame"; rev = "mame${srcVersion}"; hash = "sha256-F8psPvwuaILXZF7dCStJApVTD9zzzBwjf1CKGelHlqE="; hash = "sha256-spWnaf7xXK2xzgdUagsgN5doVrpJk7EA6fzYd9FlFm0="; }; outputs = [ "out" "tools" ]; Loading