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

Commits on Dec 2, 2020

  1. hatari: 2.2.1 -> 2.3.0

    r-ryantm committed Dec 2, 2020
    Copy the full SHA
    dc798e9 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    ebaa967 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    24c0543 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/misc/emulators/hatari/default.nix
7 changes: 4 additions & 3 deletions pkgs/misc/emulators/hatari/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, zlib, SDL, cmake }:

stdenv.mkDerivation rec {
name = "hatari-2.2.1";
pname = "hatari";
version = "2.3.0";

src = fetchurl {
url = "https://download.tuxfamily.org/hatari/2.2.1/${name}.tar.bz2";
sha256 = "0q3g23vnx58w666723v76ilh9j353md3sn48cmlq9gkll8qfzbqi";
url = "https://download.tuxfamily.org/hatari/${version}/${pname}-${version}.tar.bz2";
sha256 = "19dqadi32hgi78hyxxcm8v2vh28vyn9w5nd1xiq683wk0ccicj5z";
};

# For pthread_cancel