Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 08c7b8187fed
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5040cd56b000
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Apr 7, 2020

  1. atari800: 4.0.0 -> 4.2.0

    * atari800: 4.0.0 -> 4.2.0
    
    * Update pkgs/misc/emulators/atari800/default.nix
    
    Co-Authored-By: Ryan Mulligan <ryan@ryantm.com>
    
    * Update pkgs/misc/emulators/atari800/default.nix
    
    Co-Authored-By: Ryan Mulligan <ryan@ryantm.com>
    
    Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
    AndersonTorres and ryantm authored Apr 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5040cd5 View commit details
Showing with 10 additions and 8 deletions.
  1. +10 −8 pkgs/misc/emulators/atari800/default.nix
18 changes: 10 additions & 8 deletions pkgs/misc/emulators/atari800/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{ stdenv, fetchurl
{ stdenv, fetchFromGitHub, autoreconfHook
, unzip, zlib, SDL, readline, libGLU, libGL, libX11 }:

with stdenv.lib;
stdenv.mkDerivation rec{
pname = "atari800";
version = "4.0.0";
version = "4.2.0";

src = fetchurl {
url = "mirror://sourceforge/atari800/atari800/${version}/${pname}-${version}.tar.gz";
sha256 = "1dcynsf8i52y7zyg62bkbhl3rdd22ss95zs2s9jm4y5jvn4vks88";
src = fetchFromGitHub {
owner = "atari800";
repo = "atari800";
rev = "ATARI800_${replaceChars ["."] ["_"] version}";
sha256 = "15l08clqqayi9izrgsz9achan6gl4x57wqsc8mad3yn0xayzz3qy";
};

nativeBuildInputs = [ autoreconfHook ];

buildInputs = [ unzip zlib SDL readline libGLU libGL libX11 ];

configureFlags = [
@@ -23,10 +27,8 @@ stdenv.mkDerivation rec{
"--enable-riodevice"
];

preConfigure = "cd src";

meta = {
homepage = http://atari800.sourceforge.net/;
homepage = "https://atari800.github.io/";
description = "An Atari 8-bit emulator";
longDescription = ''
Atari800 is the emulator of Atari 8-bit computer systems and