Unverified Commit 03782141 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

mame: 0.278 -> 0.279 (#431692)

parents c97fad57 3ff61c54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@

stdenv.mkDerivation rec {
  pname = "mame";
  version = "0.278";
  version = "0.279";
  srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;

  src = fetchFromGitHub {
    owner = "mamedev";
    repo = "mame";
    rev = "mame${srcVersion}";
    hash = "sha256-YJt+in9QV7a0tQZnfqFP3Iu6XQD0sryjud4FcgokYFg=";
    hash = "sha256-EMb2GK/9KBvZw3HqZwLeqzmQLpgIzJocipzR+F3vUMg=";
  };

  outputs = [