csv2svg: use finalAttrs

This commit is contained in:
Petr Portnov
2026-03-06 17:52:37 +03:00
parent 0b48a4e382
commit b5af2d7264
+2 -1
View File
@@ -9,7 +9,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.1.9";
src = fetchCrate {
inherit (finalAttrs) pname version;
pname = "csv2svg";
inherit (finalAttrs) version;
hash = "sha256-3VebLFkeJLK97jqoPXt4Wt6QTR0Zyu+eQV9oaLBSeHE=";
};