forked from hswaw/hscloud
factorio: bump to 1.1.35
Change-Id: I1b61b70d0d4c3b7506fbac5319fa9ed86de08bb4
This commit is contained in:
parent
9c7e539315
commit
f7efc40ea4
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@ local kube = import "../../../kube/kube.libsonnet";
|
|||
// Available factorio versions:
|
||||
// - 1.0.0-1
|
||||
// - 1.1.34-1
|
||||
// - 1.1.35-1
|
||||
// See: //third_party/factorio.
|
||||
|
||||
{
|
||||
|
@ -32,7 +33,7 @@ local kube = import "../../../kube/kube.libsonnet";
|
|||
},
|
||||
|
||||
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+: {
|
||||
mods: [
|
||||
// Stdlib for mods
|
||||
|
|
1
third_party/factorio/factorio.bzl
vendored
1
third_party/factorio/factorio.bzl
vendored
|
@ -18,6 +18,7 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_image", "cont
|
|||
_versions = {
|
||||
"1.0.0": "81d9e1aa94435aeec4131c8869fa6e9331726bea1ea31db750b65ba42dbd1464",
|
||||
"1.1.34": "21969321cf370e95066f86fddfcb83d1a23ed9b67d087c1cb47d43e87673ca69",
|
||||
"1.1.35": "245577c809407251ae2920809ee5d0cc4afebdbeb23c730abb8e99a612e2f176",
|
||||
}
|
||||
|
||||
def factorio_repository(version, sha256):
|
||||
|
|
Loading…
Reference in a new issue