Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

wealthfolio: 1.0.24 -> 1.1.2

R. Ryantm 73f4a160 218a0280

+4 -4
+4 -4
pkgs/by-name/we/wealthfolio/package.nix
··· 18 18 19 19 stdenv.mkDerivation (finalAttrs: { 20 20 pname = "wealthfolio"; 21 - version = "1.0.24"; 21 + version = "1.1.2"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "afadil"; 25 25 repo = "wealthfolio"; 26 26 rev = "v${finalAttrs.version}"; 27 - hash = "sha256-3EuZXP4CTUcc9tlIdfAQfvwK5RZXcBe/8YkyjL/ZOVg="; 27 + hash = "sha256-lN7P8FPcMU9COTyKs1hswvmHIKFqrL3Svp77q4pI6+I="; 28 28 }; 29 29 30 30 pnpmDeps = pnpm_9.fetchDeps { 31 31 inherit (finalAttrs) src pname version; 32 - hash = "sha256-0mjflUoqVJzshgpmyk32+Br61nkvcSjmjN7nf+7ZXJE="; 32 + hash = "sha256-wKj1jy/TDi8Cckx9et2XzX3yPnmfXMDrqv9c4+Yyhu4="; 33 33 }; 34 34 35 35 cargoRoot = "src-tauri"; ··· 38 38 cargoDeps = rustPlatform.fetchCargoVendor { 39 39 inherit (finalAttrs) pname version src; 40 40 sourceRoot = "${finalAttrs.src.name}/${finalAttrs.cargoRoot}"; 41 - hash = "sha256-QFIDiuoT4J4pv1VrU5twrcb9Eqo77bgsWQl1DURpghE="; 41 + hash = "sha256-MmdvEutdkX98DgX1aVuxs4gabuMX5aM8yC4eqgvd8Q4="; 42 42 }; 43 43 44 44 nativeBuildInputs = [