aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-02 20:06:53 +0100
committerGitHub <noreply@github.com>2020-12-02 20:06:53 +0100
commit24c05436e3e412f7306544d08361f0df30db01f3 (patch)
treeb3842f31113d16c5dd40eb0ddc324431468b89a6 /pkgs/misc
parentb685fe1f2c8e553d44a274912982a338037e29e7 (diff)
parentebaa967aab4c486849dedd53223ae572234a5e9b (diff)
Merge pull request #105686 from r-ryantm/auto-update/hatari
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/hatari/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/hatari/default.nix b/pkgs/misc/emulators/hatari/default.nix
index db1a6664c542..03397bd244cb 100644
--- a/pkgs/misc/emulators/hatari/default.nix
+++ b/pkgs/misc/emulators/hatari/default.nix
@@ -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