From c2cae4cf466f8eadf66c282776fb830e4fcbbfbe Mon Sep 17 00:00:00 2001 From: Oscar Izquierdo <25722135+oscar-izval@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:38:01 +0100 Subject: [PATCH] Switch to cronjob --- .github/workflows/update.yaml | 6 +++--- README.md | 1 + versions.json | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 7e27288..183da9b 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -1,9 +1,9 @@ --- name: Update versions -on: push - # schedule: - # - cron: "0 0 * * 0" +on: + schedule: + - cron: "0 0 * * 0" concurrency: group: update diff --git a/README.md b/README.md index 8941f1b..12ee716 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # nixpkgs-terraform +All Terraform versions (>=1.5.0), kept up-to-date on weekly basis using Nix. Heavily inspired by [cachix/nixpkgs-python](https://github.com/cachix/nixpkgs-python). [![CI](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/ci.yml/badge.svg)](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/ci.yml) diff --git a/versions.json b/versions.json index 630b298..c6fbc9c 100644 --- a/versions.json +++ b/versions.json @@ -42,5 +42,9 @@ "1.5.1": { "hash": "sha256-dqnJGIoUJP37Z77TR2RBxP94Hx3AZbx90m8z1FoYdw0=", "vendorHash": "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0=" + }, + "1.5.0": { + "hash": "sha256-QLCmA4u0br9EyQ244VcpLW5GkZm+bhq2/vvxSbYolCY=", + "vendorHash": "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0=" } } \ No newline at end of file