portfolio_rs: 0.6.2 -> 0.7.0 (#475381)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-30 22:30:27 +00:00
committed by GitHub
+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 ];