Merge branch 'master' into haskell-updates

This commit is contained in:
Malte Brandy
2021-05-07 15:03:54 +02:00
560 changed files with 8180 additions and 4731 deletions
+8 -8
View File
@@ -2,12 +2,12 @@
"x86_64-linux": {
"alpha": {
"experimental": {
"name": "factorio_alpha_x64-1.1.32.tar.xz",
"name": "factorio_alpha_x64-1.1.33.tar.xz",
"needsAuth": true,
"sha256": "0ciz7y8xqlk9vg3akvflq1aabzgbqpazfnihyk4gsadk12b6a490",
"sha256": "0qgr609w8pgjpmh8ycf0b846v0i019b393x71i790lb7vcygl2aa",
"tarDirectory": "x64",
"url": "https://factorio.com/get-download/1.1.32/alpha/linux64",
"version": "1.1.32"
"url": "https://factorio.com/get-download/1.1.33/alpha/linux64",
"version": "1.1.33"
},
"stable": {
"name": "factorio_alpha_x64-1.1.32.tar.xz",
@@ -38,12 +38,12 @@
},
"headless": {
"experimental": {
"name": "factorio_headless_x64-1.1.32.tar.xz",
"name": "factorio_headless_x64-1.1.33.tar.xz",
"needsAuth": false,
"sha256": "0dg98ycs7m8rm996pk0p1iajalpmiy30p0pwr9dw2chf1d887kvz",
"sha256": "0iv667l25aaij3g9v3mqxhkpphfbc6dhdghsg5qdw4l59vh6fpd4",
"tarDirectory": "x64",
"url": "https://factorio.com/get-download/1.1.32/headless/linux64",
"version": "1.1.32"
"url": "https://factorio.com/get-download/1.1.33/headless/linux64",
"version": "1.1.33"
},
"stable": {
"name": "factorio_headless_x64-1.1.32.tar.xz",
+2 -2
View File
@@ -1,4 +1,4 @@
{ mkDerivation, SDL2_image, SDL2_ttf, SDL2_net, fpc, ghcWithPackages, ffmpeg_3, freeglut
{ mkDerivation, SDL2_image, SDL2_ttf, SDL2_net, fpc, ghcWithPackages, ffmpeg, freeglut
, lib, fetchurl, cmake, pkg-config, lua5_1, SDL2, SDL2_mixer
, zlib, libpng, libGL, libGLU, physfs
, qtbase, qttools
@@ -29,7 +29,7 @@ mkDerivation rec {
SDL2_ttf SDL2_net SDL2 SDL2_mixer SDL2_image
fpc lua5_1
llvm # hard-requirement on aarch64, for some reason not strictly necessary on x86-64
ffmpeg_3 freeglut physfs
ffmpeg freeglut physfs
qtbase
] ++ lib.optional withServer ghc;
+3 -3
View File
@@ -76,9 +76,9 @@ let
};
v5 = {
version = "5.3.0";
sha256 = "03ga3j3cg38w4lg4d4qxasmnjdl8n3lbizidrinanvyfdyvznyh6";
dataSha256 = "1liciwlh013z5h08ib0psjbwn5wkvlr937ir7kslfk4vly984cjx";
version = "5.4.1";
sha256 = "062ilb7s377q3hwfhl8q06vvcw2raydz5ljzlzwy2dmyzmdcndb8";
dataSha256 = "0i45lbnikvgj9kxdp0yphpjjwjcgp4ibn49xkj78j5ic1s9n8jd4";
};
in {
+2 -2
View File
@@ -14,7 +14,7 @@
, SDL2_gfx
, SDL2_mixer
, SDL2_net, SDL2_ttf
, ffmpeg
, ffmpeg_3
, sqlite
, zlib
, libX11
@@ -26,7 +26,7 @@ let
sharedLibs = [
pcre portaudio freetype
SDL2 SDL2_image SDL2_gfx SDL2_mixer SDL2_net SDL2_ttf
sqlite lua zlib libX11 libGLU libGL ffmpeg
sqlite lua zlib libX11 libGLU libGL ffmpeg_3
];
in stdenv.mkDerivation rec {