Fix typo in linkerd package name

This commit is contained in:
Karsten Heymann 2020-08-01 08:34:21 +02:00 committed by GitHub
parent f2b5459d6d
commit eb3843e1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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