hcxdumptool: fix incorrect pname
This commit is contained in:
parent
712026ead1
commit
301ede4157
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, openssl }:
|
{ stdenv, lib, fetchFromGitHub, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hxcdumptool";
|
pname = "hcxdumptool";
|
||||||
version = "6.0.5";
|
version = "6.0.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user