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
This commit is contained in:
parent
2cc6444113
commit
8156bc47ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user