rust-audit-info: use finalAttrs

This commit is contained in:
Petr Portnov
2026-03-06 17:51:37 +03:00
parent e4b2e0c585
commit 3352ddfee3
+2 -1
View File
@@ -9,7 +9,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.5.4";
src = fetchCrate {
inherit (finalAttrs) pname version;
pname = "rust-audit-info";
inherit (finalAttrs) version;
hash = "sha256-zxdF65/9cgdDLM7HA30NCEZj1S5SogH+oM3aq55K0os=";
};