invidious-router: unpin buildGoModule

This commit is contained in:
Kirill Radzikhovskyy 2024-07-10 10:54:40 +10:00
parent 311d2cc925
commit d13402a1bd

View File

@ -1,11 +1,11 @@
{
lib,
buildGo122Module,
buildGoModule,
fetchFromGitLab,
}: let
version = "1.1";
in
buildGo122Module {
buildGoModule {
pname = "invidious-router";
inherit version;