Fix typo in linkerd package name
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, buildGoModule }:
|
{ stdenv, fetchFromGitHub, buildGoModule }:
|
||||||
|
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
pname = "linkerd-unstablle";
|
pname = "linkerd-unstable";
|
||||||
version = "2020-05-01";
|
version = "2020-05-01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|||||||
Reference in New Issue
Block a user