From f7619e11b77b3ce1c4ad209aec0ca5723df6f092 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Thu, 3 Dec 2020 20:59:21 +0000 Subject: [PATCH] 3p/nixpkgs: add pr105805: factorio -> 1.1.4 --- .../pr105805-factorio-bump-1.1.4.patch | 51 +++++++++++++++++++ third_party/nixpkgs/patches/series | 1 + 2 files changed, 52 insertions(+) create mode 100644 third_party/nixpkgs/patches/pr105805-factorio-bump-1.1.4.patch diff --git a/third_party/nixpkgs/patches/pr105805-factorio-bump-1.1.4.patch b/third_party/nixpkgs/patches/pr105805-factorio-bump-1.1.4.patch new file mode 100644 index 0000000000..85503f6b80 --- /dev/null +++ b/third_party/nixpkgs/patches/pr105805-factorio-bump-1.1.4.patch @@ -0,0 +1,51 @@ +From 41742f11390368fa4222eed574ce996cc58ef13f Mon Sep 17 00:00:00 2001 +From: Luke Granger-Brown +Date: Thu, 3 Dec 2020 16:52:16 +0000 +Subject: [PATCH] =?UTF-8?q?factorio-experimental,=20factorio-headless-expe?= + =?UTF-8?q?rimental:=201.1.3=20=E2=86=92=201.1.4?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + pkgs/games/factorio/versions.json | 16 ++++++++-------- + 1 file changed, 8 insertions(+), 8 deletions(-) + +diff --git a/pkgs/games/factorio/versions.json b/pkgs/games/factorio/versions.json +index a76f5abc14750..b82652d21c107 100644 +--- a/pkgs/games/factorio/versions.json ++++ b/pkgs/games/factorio/versions.json +@@ -2,12 +2,12 @@ + "x86_64-linux": { + "alpha": { + "experimental": { +- "name": "factorio_alpha_x64-1.1.3.tar.xz", ++ "name": "factorio_alpha_x64-1.1.4.tar.xz", + "needsAuth": true, +- "sha256": "0lsgj7361bf9zhidp4hpdhb9jj7wgcw7s0q5bpqbigbnz848m3lm", ++ "sha256": "0gg10pk0qb44iizwvlzndjr2xkygqzaxmhp9bam7gz86b5cxs0cl", + "tarDirectory": "x64", +- "url": "https://factorio.com/get-download/1.1.3/alpha/linux64", +- "version": "1.1.3" ++ "url": "https://factorio.com/get-download/1.1.4/alpha/linux64", ++ "version": "1.1.4" + }, + "stable": { + "name": "factorio_alpha_x64-1.0.0.tar.xz", +@@ -38,12 +38,12 @@ + }, + "headless": { + "experimental": { +- "name": "factorio_headless_x64-1.1.3.tar.xz", ++ "name": "factorio_headless_x64-1.1.4.tar.xz", + "needsAuth": false, +- "sha256": "1164hbbd1b33hjnvjm079czjypj837gpjp2i4f23rkd4qmjpl0dj", ++ "sha256": "085lpblysh126y38z01f358xcpwmx1a6hcjlc66aw5ff6bp36yq8", + "tarDirectory": "x64", +- "url": "https://factorio.com/get-download/1.1.3/headless/linux64", +- "version": "1.1.3" ++ "url": "https://factorio.com/get-download/1.1.4/headless/linux64", ++ "version": "1.1.4" + }, + "stable": { + "name": "factorio_headless_x64-1.0.0.tar.xz", diff --git a/third_party/nixpkgs/patches/series b/third_party/nixpkgs/patches/series index eb2f25c736..64ec99e807 100644 --- a/third_party/nixpkgs/patches/series +++ b/third_party/nixpkgs/patches/series @@ -1,3 +1,4 @@ pr105275-pulseaudio-bump-14.0.patch pr105296-factorio-updatescript.patch pr105471-factorio-bump-1.1.3.patch +pr105805-factorio-bump-1.1.4.patch