cotp: fix pname

This commit is contained in:
Mario Rodas 2023-01-28 04:20:00 +00:00
parent 387a5e220d
commit f42366f7e8

View file

@ -7,7 +7,7 @@
}:
rustPlatform.buildRustPackage rec {
name = "cotp";
pname = "cotp";
version = "1.2.1";
src = fetchFromGitHub {
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-DIb/lgJxwg+QuqzN/0YoUV1iZwRqh6PAN0KRK7TbWDs=";
};
cargoHash = "sha256-uvH4mdI8ya/MJJngXQ98oXjG7JjUdvPwIzvJrdwlOEE=";
cargoHash = "sha256-SFx2sjph/5ys5L1Q/ljQhzcybH4k89owI4+vzDsyKjw=";
buildInputs = lib.optionals stdenv.isLinux [ libxcb ]
++ lib.optionals stdenv.isDarwin [ AppKit ];