Merge pull request #94414 from kasimon/patch-1
linkerd: fix typo in package name
This commit is contained in:
commit
3c8063df11
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user