ci: auto-update some packages
This commit is contained in:
parent
568151d189
commit
bb2e6d6480
2 changed files with 7 additions and 1 deletions
|
@ -16,6 +16,12 @@ jobs:
|
|||
with:
|
||||
ref: master
|
||||
- run: nix flake update
|
||||
- name: Update packages
|
||||
run: |
|
||||
nix-update --flake anonymous-overflow
|
||||
nix-update --flake --version development bulk-downloader-for-reddit
|
||||
nix-update --flake q
|
||||
nix-update --flake vuetorrent
|
||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "[automation] Update flake"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgs.python3.pkgs.buildPythonApplication rec {
|
||||
pname = "bulk-downloader-for-reddit";
|
||||
version = "2023-10-02";
|
||||
version = "development";
|
||||
pyproject = true;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue