summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-28 12:45:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-28 12:45:22 +0000
commit3060a684c3e6489fd08dd31f3705dfd6e49cabd1 (patch)
tree987deb3f5f61f97eee1482475eae0b2d88c532b9
parent04e78fe7e980dacefdb86275a399e2325c122cd1 (diff)
downloadnixpkgs-3060a684c3e6489fd08dd31f3705dfd6e49cabd1.tar
nixpkgs-3060a684c3e6489fd08dd31f3705dfd6e49cabd1.tar.gz
nixpkgs-3060a684c3e6489fd08dd31f3705dfd6e49cabd1.tar.bz2
nixpkgs-3060a684c3e6489fd08dd31f3705dfd6e49cabd1.tar.lz
nixpkgs-3060a684c3e6489fd08dd31f3705dfd6e49cabd1.tar.xz
nixpkgs-3060a684c3e6489fd08dd31f3705dfd6e49cabd1.tar.zst
nixpkgs-3060a684c3e6489fd08dd31f3705dfd6e49cabd1.zip
mame: 0.255 -> 0.256
-rw-r--r--pkgs/applications/emulators/mame/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/mame/default.nix b/pkgs/applications/emulators/mame/default.nix
index 40c3fdfe8b9..656a1aed7e0 100644
--- a/pkgs/applications/emulators/mame/default.nix
+++ b/pkgs/applications/emulators/mame/default.nix
@@ -38,14 +38,14 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "mame";
-  version = "0.255";
+  version = "0.256";
   srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
 
   src = fetchFromGitHub {
     owner = "mamedev";
     repo = "mame";
     rev = "mame${srcVersion}";
-    hash = "sha256-pdPKxEHxynBIB2lUG6yjKNcY8MlOlk4pfr7WwqaA9Dk=";
+    hash = "sha256-rQ1GQks3Nni6ALxfiJzdkKUgbZrXaLu9vJtEDPjgP3Q=";
   };
 
   outputs = [ "out" "tools" ];