Merge pull request #178919 from r-ryantm/auto-update/atari800

atari800: 4.2.0 -> 5.0.0

authored by Anderson Torres and committed by GitHub 3fd28923 ddf10678

+2 -2
+2 -2
pkgs/applications/emulators/atari800/default.nix
··· 4 4 with lib; 5 5 stdenv.mkDerivation rec { 6 6 pname = "atari800"; 7 - version = "4.2.0"; 7 + version = "5.0.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "atari800"; 11 11 repo = "atari800"; 12 12 rev = "ATARI800_${replaceChars ["."] ["_"] version}"; 13 - sha256 = "15l08clqqayi9izrgsz9achan6gl4x57wqsc8mad3yn0xayzz3qy"; 13 + sha256 = "sha256-+eJXhqPyU0GhmzF7DbteTXzEnn5klCor9Io/UgXQfQg="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ autoreconfHook ];