mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
invidious-router: unpin buildGoModule
This commit is contained in:
parent
311d2cc925
commit
d13402a1bd
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildGo122Module,
|
buildGoModule,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
}: let
|
}: let
|
||||||
version = "1.1";
|
version = "1.1";
|
||||||
in
|
in
|
||||||
buildGo122Module {
|
buildGoModule {
|
||||||
pname = "invidious-router";
|
pname = "invidious-router";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user