ghostfolio: 2.191.1 -> 2.193.0 (#436633)

Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Moraxyc and committed by GitHub 75a69094 e98017ed

+3 -3
+3 -3
pkgs/by-name/gh/ghostfolio/package.nix
··· 11 12 buildNpmPackage rec { 13 pname = "ghostfolio"; 14 - version = "2.191.1"; 15 16 src = fetchFromGitHub { 17 owner = "ghostfolio"; 18 repo = "ghostfolio"; 19 tag = version; 20 - hash = "sha256-goaR1R1jgcZ7mPeSBYAu+kd59GCIThdjvuq1t5rTdRI="; 21 # populate values that require us to use git. By doing this in postFetch we 22 # can delete .git afterwards and maintain better reproducibility of the src. 23 leaveDotGit = true; ··· 27 ''; 28 }; 29 30 - npmDepsHash = "sha256-RkpVmpKYHen06LxcQ1gFx6L8P/WOnjkVaHcDk8uqAKI="; 31 32 nativeBuildInputs = [ 33 prisma
··· 11 12 buildNpmPackage rec { 13 pname = "ghostfolio"; 14 + version = "2.193.0"; 15 16 src = fetchFromGitHub { 17 owner = "ghostfolio"; 18 repo = "ghostfolio"; 19 tag = version; 20 + hash = "sha256-/JKE2GBRAB40ho3LrsCSMbjXq8bhGShiWoYTwTRFVPE="; 21 # populate values that require us to use git. By doing this in postFetch we 22 # can delete .git afterwards and maintain better reproducibility of the src. 23 leaveDotGit = true; ··· 27 ''; 28 }; 29 30 + npmDepsHash = "sha256-bJrxClKOgbL5Dq9lUAPWPmDZG6vOFRnlkB9kl+mFvPk="; 31 32 nativeBuildInputs = [ 33 prisma