Loading pkgs/by-name/gh/ghostfolio/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ buildNpmPackage rec { pname = "ghostfolio"; version = "2.221.0"; version = "2.222.0"; src = fetchFromGitHub { owner = "ghostfolio"; repo = "ghostfolio"; tag = version; hash = "sha256-hcFzcaa8SpwecyPeDbKE2/hnANUFP4EiUzJCs5Ybkyc="; hash = "sha256-pMkmjGRdJjkEDMf9k7QqYIwkUX9LaeovQYG2i+vmOtE="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; Loading @@ -27,7 +27,7 @@ buildNpmPackage rec { ''; }; npmDepsHash = "sha256-fzY/gf65u5iQe/J+7p46lSp4uAEZ21nr+L0OB9GyWxk="; npmDepsHash = "sha256-7Xf3Yn4fC+Jjc/UFu+cg9cVwiYK/VMasZwPOIJu771o="; nativeBuildInputs = [ prisma Loading Loading
pkgs/by-name/gh/ghostfolio/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ buildNpmPackage rec { pname = "ghostfolio"; version = "2.221.0"; version = "2.222.0"; src = fetchFromGitHub { owner = "ghostfolio"; repo = "ghostfolio"; tag = version; hash = "sha256-hcFzcaa8SpwecyPeDbKE2/hnANUFP4EiUzJCs5Ybkyc="; hash = "sha256-pMkmjGRdJjkEDMf9k7QqYIwkUX9LaeovQYG2i+vmOtE="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; Loading @@ -27,7 +27,7 @@ buildNpmPackage rec { ''; }; npmDepsHash = "sha256-fzY/gf65u5iQe/J+7p46lSp4uAEZ21nr+L0OB9GyWxk="; npmDepsHash = "sha256-7Xf3Yn4fC+Jjc/UFu+cg9cVwiYK/VMasZwPOIJu771o="; nativeBuildInputs = [ prisma Loading