Update pkgs/by-name/in/invidious/package.nix

Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
This commit is contained in:
Johannes Müller
2025-10-22 13:21:05 +02:00
committed by GitHub
co-authored by Kenichi Kamiya
parent 614a43bb4f
commit 3c916f4b9e
+1 -1
View File
@@ -27,7 +27,7 @@
let
# normally video.js is downloaded at build time
videojs = callPackage ./videojs.nix { inherit versions; };
crystal = crystal_1_17;
crystal = crystal_1_16;
in
crystal.buildCrystalPackage rec {
pname = "invidious";