stunt-rally: fix hashes and add meta.platforms (closes #6712)
This commit is contained in:
parent
5389be1a13
commit
01935e880b
@ -8,13 +8,13 @@ stdenv.mkDerivation rec {
|
||||
src = fetchgit {
|
||||
url = git://github.com/stuntrally/stuntrally.git;
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "0zyzkac11dv9c1rxknydkisg2iw1rmi72psidl7jmq8v3rrqxk4r";
|
||||
sha256 = "1lsh7z7sjfwpdybg6vbwqx1zxsgbfp2n60n7xl33v225p32qh1qf";
|
||||
};
|
||||
|
||||
tracks = fetchgit {
|
||||
url = git://github.com/stuntrally/tracks.git;
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "1j237dbhd1ik5mj8whbvlff5da9vzzgiskcj5nzfpw1vb1jpdjvd";
|
||||
sha256 = "1614j6q1d2f69l58kkqndndvf6svcghhw8pzc2s1plf6k87h67mg";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://code.google.com/p/vdrift-ogre/;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user