Loading pkgs/applications/emulators/mame/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,14 +40,14 @@ let in stdenv.mkDerivation rec { pname = "mame"; version = "0.274"; version = "0.275"; srcVersion = builtins.replaceStrings [ "." ] [ "" ] version; src = fetchFromGitHub { owner = "mamedev"; repo = "mame"; rev = "mame${srcVersion}"; hash = "sha256-fZ2mjwP45qpFB0VaIHBccjkDPKyDmxqaXcZg3TFSAlY="; hash = "sha256-VD0T+zoR8fPZqRwTVrk2k5ui3tLQumEg1Fd64SJdszU="; }; outputs = [ Loading Loading
pkgs/applications/emulators/mame/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,14 +40,14 @@ let in stdenv.mkDerivation rec { pname = "mame"; version = "0.274"; version = "0.275"; srcVersion = builtins.replaceStrings [ "." ] [ "" ] version; src = fetchFromGitHub { owner = "mamedev"; repo = "mame"; rev = "mame${srcVersion}"; hash = "sha256-fZ2mjwP45qpFB0VaIHBccjkDPKyDmxqaXcZg3TFSAlY="; hash = "sha256-VD0T+zoR8fPZqRwTVrk2k5ui3tLQumEg1Fd64SJdszU="; }; outputs = [ Loading