ghostfolio: 2.176.0 -> 2.181.0 (#424734)
Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>
This commit is contained in:
commit
3cad0c8e96
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "ghostfolio";
|
pname = "ghostfolio";
|
||||||
version = "2.176.0";
|
version = "2.181.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ghostfolio";
|
owner = "ghostfolio";
|
||||||
repo = "ghostfolio";
|
repo = "ghostfolio";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-T14omi5NkMCrqiXF+gSi6ELEdfH4QMp7luJtuCWhGM4=";
|
hash = "sha256-+oDR+VSR0bGbTJIqNCe1WN1QWm+sEtMIuy/mNhumeyk=";
|
||||||
# populate values that require us to use git. By doing this in postFetch we
|
# 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.
|
# can delete .git afterwards and maintain better reproducibility of the src.
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
@ -27,7 +27,7 @@ buildNpmPackage rec {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-0vFH4gdrtaBca1lWxm2uZ1VerP4hJEJgBQzygDbja3I=";
|
npmDepsHash = "sha256-vcn9vhpQlacfIxHFt8G67aB91nTr9IClvA9pb+4XFFI=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
prisma
|
prisma
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user