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

Commits on Mar 23, 2019

  1. hatari: 2.1.0 -> 2.2.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/hatari/versions
    r-ryantm committed Mar 23, 2019
    Copy the full SHA
    8156bc4 View commit details

Commits on Mar 29, 2019

  1. Merge pull request #58188 from r-ryantm/auto-update/hatari

    hatari: 2.1.0 -> 2.2.1
    Ma27 authored Mar 29, 2019
    Copy the full SHA
    27ad1d5 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/misc/emulators/hatari/default.nix
6 changes: 3 additions & 3 deletions pkgs/misc/emulators/hatari/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, SDL, cmake }:

stdenv.mkDerivation rec {
name = "hatari-2.1.0";
name = "hatari-2.2.1";

src = fetchurl {
url = "https://download.tuxfamily.org/hatari/2.1.0/${name}.tar.bz2";
sha256 = "0909l9fq20ninf8xgv5qf0a5y64cpk5ja1rsk2iaid1dx5h98agb";
url = "https://download.tuxfamily.org/hatari/2.2.1/${name}.tar.bz2";
sha256 = "0q3g23vnx58w666723v76ilh9j353md3sn48cmlq9gkll8qfzbqi";
};

# For pthread_cancel