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

atari800: 5.1.0 -> 5.2.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-25 00:30:48 +00:00 committed by GitHub
commit 12c48ad464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "atari800";
version = "5.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "atari800";
repo = "atari800";
rev = "ATARI800_${lib.replaceStrings ["."] ["_"] finalAttrs.version}";
hash = "sha256-OZj0x9+M3jkiXUWgB93JTQzi4OUSBCZ3KtniwcZeVB0=";
hash = "sha256-D66YRRTqdoV9TqDFonJ9XNpfP52AicuYgdiW27RCIuQ=";
};
nativeBuildInputs = [