jsonschema-cli: don't use pname in src

This commit is contained in:
Kenichi Kamiya
2025-08-04 00:54:05 +09:00
parent f4f2056d67
commit fb67d037a6
+2 -1
View File
@@ -11,7 +11,8 @@ rustPlatform.buildRustPackage rec {
version = "0.32.0";
src = fetchCrate {
inherit pname version;
pname = "jsonschema-cli";
inherit version;
hash = "sha256-ZcavZSHf2eT65f7HbtZmD2mYUtrXEL/l1opXCvdn1O0=";
};