Pin invidious to crystal_1_17

This commit is contained in:
Johannes Müller
2025-10-22 11:39:27 +02:00
parent 436f350193
commit 614a43bb4f
+2 -1
View File
@@ -1,7 +1,7 @@
{
lib,
callPackage,
crystal,
crystal_1_17,
fetchFromGitHub,
librsvg,
pkg-config,
@@ -27,6 +27,7 @@
let
# normally video.js is downloaded at build time
videojs = callPackage ./videojs.nix { inherit versions; };
crystal = crystal_1_17;
in
crystal.buildCrystalPackage rec {
pname = "invidious";