mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #35698 from ryantm/auto-update/hatari-1.8.0-to-2.1.0
hatari: 1.8.0 -> 2.1.0
This commit is contained in:
commit
79326fe313
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, zlib, SDL, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hatari-1.8.0";
|
||||
name = "hatari-2.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.tuxfamily.org/hatari/1.8.0/${name}.tar.bz2";
|
||||
sha256 = "1szznnndmbyc71751hir3dhybmbrx3rnxs6klgbv9qvqlmmlikvy";
|
||||
url = "http://download.tuxfamily.org/hatari/2.1.0/${name}.tar.bz2";
|
||||
sha256 = "0909l9fq20ninf8xgv5qf0a5y64cpk5ja1rsk2iaid1dx5h98agb";
|
||||
};
|
||||
|
||||
# For pthread_cancel
|
||||
|
Loading…
Reference in New Issue
Block a user