ea: Fix pname

This commit is contained in:
David Morgan 2023-01-10 12:07:09 +00:00
parent 118ab82c8d
commit 00b56427d3
No known key found for this signature in database
GPG Key ID: C171251002C200F2

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, installShellFiles, libiconv }:
rustPlatform.buildRustPackage rec {
pname = "dduan";
pname = "ea";
version = "0.2.1";
src = fetchFromGitHub {
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "VXSSe5d7VO3LfjumzN9a7rrKRedOtOzTdLVQWgV1ED8=";
};
cargoSha256 = "sha256-QNj24qKZFqG4QXG6rIFV2Y/BNPTXt7HaX7smsJRrdzg=";
cargoSha256 = "sha256-YP7OJaIWTXJHe3qF+a3zCFnCHnELX0rAWqnJPaC1T7I=";
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [