Merge pull request #86144 from danielfullmer/hcxdumptool-rename

hcxdumptool: fix incorrect pname
This commit is contained in:
Lassulus 2020-04-28 02:26:30 +02:00 committed by GitHub
commit b83ab97eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, openssl }:
stdenv.mkDerivation rec {
pname = "hxcdumptool";
pname = "hcxdumptool";
version = "6.0.5";
src = fetchFromGitHub {