1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
2f7581c364
Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 7m40s
Build / build-arm64-linux (push) Successful in 15m50s
2023-11-04 23:17:00 +01:00
5477e8a51f
bdfr: include ffmpeg 2023-11-04 23:16:05 +01:00
2 changed files with 8 additions and 6 deletions

View file

@ -45,11 +45,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1699082262, "lastModified": 1699119167,
"narHash": "sha256-Bzl51jxWdO3yYpnD7v/LZ9ea0T/R3cCOLVWd1BEwK7c=", "narHash": "sha256-A7LYzyDK8B4HXg9bLSxG7OvFiI8W0rJEMZrgcjtcE0Q=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "9281edb334a374e7753d4a6b7a05e31120e39772", "rev": "5cefec7349610853910c21a0215f85a4d47132d1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -61,11 +61,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1699043475, "lastModified": 1699087154,
"narHash": "sha256-twhAZd6gtD3alLfkNeKG34m//UNy7jBdOLg6qURolVM=", "narHash": "sha256-Eq8VMqpRtMonqeOlLi+F86S39l+RLx/0EbqystNaswc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a69d9b5467a1d28694201a45b6a4d02673d79f4b", "rev": "e4082efedb483eb0478c3f014fa851449bca43f9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -27,5 +27,7 @@ pkgs.python3.pkgs.buildPythonApplication rec {
pyyaml pyyaml
requests requests
yt-dlp yt-dlp
pkgs.ffmpeg-headless
]; ];
} }