portfolio_rs: 0.6.2 -> 0.7.0

This commit is contained in:
R. Ryantm
2025-12-30 19:10:42 +00:00
parent cad22e7d99
commit cf800e8b83
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "portfolio_rs";
version = "0.6.2";
version = "0.7.0";
src = fetchFromGitHub {
owner = "MarkusZoppelt";
repo = "portfolio_rs";
tag = "v${finalAttrs.version}";
hash = "sha256-kXpelx/6XIZGpKPY6tRwria5rnofGLnT5T+N+6jZkyw=";
hash = "sha256-SuukTNEfPOCCE5bg08/K7M68R2dAe75cch39whtcSWg=";
};
cargoHash = "sha256-VfhqbE9XZptlUOxkYjTB3JlzNOT7i9B2khT8yCpl/sI=";
cargoHash = "sha256-L14Cu/Gex6FGeSEL7zcY+E6khtkH6fwzqkjHm67ALUw=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];