fs-uae: 2.8.4 -> 3.0.0

This commit is contained in:
nyanloutre 2019-10-12 18:34:11 +02:00
parent b943338ea5
commit 75f52e12f0
No known key found for this signature in database
GPG key ID: 194A92D1103ACB2A

View file

@ -5,11 +5,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "fs-uae";
version = "2.8.4";
version = "3.0.0";
src = fetchurl {
url = "https://fs-uae.net/fs-uae/stable/${version}/${pname}-${version}.tar.gz";
sha256 = "19ccb3gbpjwwazqc9pyin3jicjl27m2gyvy5bb5zysq0mxpzassj";
url = "https://fs-uae.net/stable/${version}/${pname}-${version}.tar.gz";
sha256 = "0r69i6rh472lj4qwqfcfh17xmlw4x6mhqzr9hhpkbb4byyw6h592";
};
nativeBuildInputs = [ pkgconfig ];