From 90033a1da05016de5a5d6260a593a960a134fcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 17 Jul 2020 05:54:50 +0100 Subject: [PATCH 1/2] add automatic updates via niv --- .github/niv-updates.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/niv-updates.yml diff --git a/.github/niv-updates.yml b/.github/niv-updates.yml new file mode 100644 index 0000000..a1dc0ce --- /dev/null +++ b/.github/niv-updates.yml @@ -0,0 +1,17 @@ +name: Automated niv-managed dependency updates +on: + schedule: + # Every friday + - cron: '0 0 * * FRI' +jobs: + niv-updater: + name: 'Create PRs for niv-managed dependencies' + runs-on: ubuntu-latest + steps: + # notice there is no checkout step + - name: niv-updater-action + uses: knl/niv-updater-action@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + pull_request_base: 'develop' From c991483389101e572719ac9234277b31e45c69e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= Date: Thu, 23 Jul 2020 14:33:56 +0200 Subject: [PATCH 2/2] updating dependencies --- nix/sources.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 62eec63..99f6535 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "", "owner": "hlissner", "repo": "doom-emacs", - "rev": "99eea1d3e25d8bf6034ff31d231e4ecfc3dc628c", - "sha256": "0km1q1dgvixvx1si4plzyn9vnk9kidrgc6p07xx956i85mg8ami9", + "rev": "15f0bccde57538812e64f1c12771bc454aa254c6", + "sha256": "1ydif4qwq0l6rv1h5418vl8igbk4qclzwg9ck3b7jzpbv27rmf1z", "type": "tarball", - "url": "https://github.com/hlissner/doom-emacs/archive/99eea1d3e25d8bf6034ff31d231e4ecfc3dc628c.tar.gz", + "url": "https://github.com/hlissner/doom-emacs/archive/15f0bccde57538812e64f1c12771bc454aa254c6.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "doom-snippets": { @@ -29,10 +29,10 @@ "homepage": "", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "10fc4da7fd0f91c6757c17b00f2abf1f62da7fa0", - "sha256": "0azbm871kfd4wxawp488s12m4y65n7arw5w1hnyqvacrh6m1bxv3", + "rev": "5ee62c83788c2daad237b41f1552258a10bfdec8", + "sha256": "1fplmnyznk1x20md1rcia6c4by8p261pdfi0lmrnfnjkjfzwzzk6", "type": "tarball", - "url": "https://github.com/nix-community/emacs-overlay/archive/10fc4da7fd0f91c6757c17b00f2abf1f62da7fa0.tar.gz", + "url": "https://github.com/nix-community/emacs-overlay/archive/5ee62c83788c2daad237b41f1552258a10bfdec8.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "emacs-so-long": { @@ -113,10 +113,10 @@ "homepage": "https://code.orgmode.org/bzg/org-mode", "owner": "emacs-straight", "repo": "org-mode", - "rev": "945f495b942f60c3b15a38202847e49aaff757d5", - "sha256": "0pgyagbpf8xww74mxylp92n98j1rg3mji8pv0w3hc9g388hgni0w", + "rev": "82b496c0e99531219c61b612d703cf973ef8c202", + "sha256": "0s5vdqqhfdn3xww95bfiipqpks53sq1fzn7f9vcmma26fnjxs3yr", "type": "tarball", - "url": "https://github.com/emacs-straight/org-mode/archive/945f495b942f60c3b15a38202847e49aaff757d5.tar.gz", + "url": "https://github.com/emacs-straight/org-mode/archive/82b496c0e99531219c61b612d703cf973ef8c202.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "org-yt": {