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: 9f2463ccdcd8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f5b4c91be547
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 14, 2020

  1. atari++: 1.81 -> 1.83

    AndersonTorres committed Apr 14, 2020
    Copy the full SHA
    d35e691 View commit details

Commits on Apr 15, 2020

  1. Merge pull request #83822 from AndersonTorres/update-ataripp

    atari++: 1.81 -> 1.83
    AndersonTorres authored Apr 15, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f5b4c91 View commit details
Showing with 4 additions and 5 deletions.
  1. +4 −5 pkgs/misc/emulators/atari++/default.nix
9 changes: 4 additions & 5 deletions pkgs/misc/emulators/atari++/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{ stdenv, fetchurl, libSM, libX11, libICE, SDL, alsaLib, gcc-unwrapped, libXext }:

with stdenv.lib;
stdenv.mkDerivation rec{
pname = "atari++";
version = "1.81";
version = "1.83";

src = fetchurl {
url = "http://www.xl-project.com/download/atari++_${version}.tar.gz";
sha256 = "1sv268dsjddirhx47zaqgqiahy6zjxj7xaiiksd1gjvs4lvf3cdg";
url = "http://www.xl-project.com/download/${pname}_${version}.tar.gz";
sha256 = "04fm2ic2qi4a52mi72wcaxyrpll4k8vvchx3qrik8rhg3jrxgm47";
};

buildInputs = [ libSM libX11 SDL libICE alsaLib gcc-unwrapped libXext ];
@@ -16,7 +15,7 @@ stdenv.mkDerivation rec{
patchelf --set-rpath ${stdenv.lib.makeLibraryPath buildInputs} "$out/bin/atari++"
'';

meta = {
meta = with stdenv.lib; {
homepage = "http://www.xl-project.com/";
description = "An enhanced, cycle-accurated Atari emulator";
longDescription = ''