Merge pull request #71041 from nyanloutre/fs_uae_3_0_0
fs-uae: 2.8.4 -> 3.0.0
This commit is contained in:
commit
b02ae8e22c
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue