1
0
Fork 0

ci: auto-update some packages
All checks were successful
Build / build-amd64-linux (push) Successful in 32s
Build / build-arm64-linux (push) Successful in 1m0s

This commit is contained in:
Daniel Kempkens 2023-12-16 19:44:27 +01:00
parent 568151d189
commit bb2e6d6480
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 7 additions and 1 deletions

View file

@ -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"

View file

@ -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 {