factorio: bump to 1.1.35

Change-Id: I1b61b70d0d4c3b7506fbac5319fa9ed86de08bb4
master
q3k 2021-06-18 19:30:21 +00:00 committed by q3k
parent 9c7e539315
commit f7efc40ea4
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ local kube = import "../../../kube/kube.libsonnet";
// Available factorio versions: // Available factorio versions:
// - 1.0.0-1 // - 1.0.0-1
// - 1.1.34-1 // - 1.1.34-1
// - 1.1.35-1
// See: //third_party/factorio. // See: //third_party/factorio.
{ {
@ -32,7 +33,7 @@ local kube = import "../../../kube/kube.libsonnet";
}, },
local mod = function(name, version) { name: name, version: version }, local mod = function(name, version) { name: name, version: version },
pymods: prod.instance("pymods", "1.1.34-1") { pymods: prod.instance("pymods", "1.1.35-1") {
cfg+: { cfg+: {
mods: [ mods: [
// Stdlib for mods // Stdlib for mods

View File

@ -18,6 +18,7 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_image", "cont
_versions = { _versions = {
"1.0.0": "81d9e1aa94435aeec4131c8869fa6e9331726bea1ea31db750b65ba42dbd1464", "1.0.0": "81d9e1aa94435aeec4131c8869fa6e9331726bea1ea31db750b65ba42dbd1464",
"1.1.34": "21969321cf370e95066f86fddfcb83d1a23ed9b67d087c1cb47d43e87673ca69", "1.1.34": "21969321cf370e95066f86fddfcb83d1a23ed9b67d087c1cb47d43e87673ca69",
"1.1.35": "245577c809407251ae2920809ee5d0cc4afebdbeb23c730abb8e99a612e2f176",
} }
def factorio_repository(version, sha256): def factorio_repository(version, sha256):