Merge pull request #94414 from kasimon/patch-1

linkerd: fix typo in package name
This commit is contained in:
Michele Guerini Rocco
2020-08-01 23:49:43 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildGoModule }:
buildGoModule {
pname = "linkerd-unstablle";
pname = "linkerd-unstable";
version = "2020-05-01";
src = fetchFromGitHub {