about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-06-25 07:57:15 -0300
committerGitHub <noreply@github.com>2022-06-25 07:57:15 -0300
commit3fd289237113c2cda15c78eb953e6899f299f645 (patch)
tree9964a0f165cadcdcebf9116a1976f28b0622872c /pkgs
parentddf106782f3e719c66cdd7628923d136388ef9aa (diff)
parent75e972b763463f784b58a36df2328e917d56b463 (diff)
Merge pull request #178919 from r-ryantm/auto-update/atari800
atari800: 4.2.0 -> 5.0.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/emulators/atari800/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/atari800/default.nix b/pkgs/applications/emulators/atari800/default.nix
index 37e0d83f14060..c1f685827047a 100644
--- a/pkgs/applications/emulators/atari800/default.nix
+++ b/pkgs/applications/emulators/atari800/default.nix
@@ -4,13 +4,13 @@
 with lib;
 stdenv.mkDerivation rec {
   pname = "atari800";
-  version = "4.2.0";
+  version = "5.0.0";
 
   src = fetchFromGitHub {
     owner = "atari800";
     repo = "atari800";
     rev = "ATARI800_${replaceChars ["."] ["_"] version}";
-    sha256 = "15l08clqqayi9izrgsz9achan6gl4x57wqsc8mad3yn0xayzz3qy";
+    sha256 = "sha256-+eJXhqPyU0GhmzF7DbteTXzEnn5klCor9Io/UgXQfQg=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];