Merge pull request #121581 from OPNA2608/update/foxotron-2021-04-19/21.05
foxotron: 2021-03-12 -> 2021-04-19
This commit is contained in:
commit
4e2bbdcd7b
@ -25,14 +25,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "foxotron";
|
pname = "foxotron";
|
||||||
version = "2021-03-12";
|
version = "2021-04-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Gargaj";
|
owner = "Gargaj";
|
||||||
repo = "Foxotron";
|
repo = "Foxotron";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "1finvbs3pbfyvm525blwgwl5jci2zjxb1923i0cm8rmf7wasaapb";
|
sha256 = "sha256-YTCnWHXBNqvJmhRqRQRFCVvBcqbjKzcc3AKVXS0jvno=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config makeWrapper ];
|
nativeBuildInputs = [ cmake pkg-config makeWrapper ];
|
||||||
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
Revision 2021 3D Graphics Competition.
|
Revision 2021 3D Graphics Competition.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/Gargaj/Foxotron";
|
homepage = "https://github.com/Gargaj/Foxotron";
|
||||||
license = licenses.publicDomain;
|
license = licenses.unlicense;
|
||||||
maintainers = with maintainers; [ OPNA2608 ];
|
maintainers = with maintainers; [ OPNA2608 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user