Skip to content

Commit c2d7322

Browse files
ghostfolio: 2.150.0 -> 2.153.0 (NixOS#400027)
Co-authored-by: Moraxyc <[email protected]>
2 parents 43bdffa + 940d889 commit c2d7322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gh/ghostfolio/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildNpmPackage rec {
1313
pname = "ghostfolio";
14-
version = "2.150.0";
14+
version = "2.153.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "ghostfolio";
1818
repo = "ghostfolio";
1919
tag = version;
20-
hash = "sha256-6XoOv1ynZomcWS156DybhfDlrThi3tepqNTtw/1M/zU=";
20+
hash = "sha256-0TRhG0fRO9Hm4OX2GLcL7r3PyvsZbZl+5f9qCpF7hwQ=";
2121
# populate values that require us to use git. By doing this in postFetch we
2222
# can delete .git afterwards and maintain better reproducibility of the src.
2323
leaveDotGit = true;
@@ -27,7 +27,7 @@ buildNpmPackage rec {
2727
'';
2828
};
2929

30-
npmDepsHash = "sha256-bLy+5hHyZDnSJ+IH3DPECScaRsXgPNr5ttuHfCpn5kU=";
30+
npmDepsHash = "sha256-1I5IKenVF5xPaqz3m6RBdah6S0lBRZBIuMqnPnepYsU=";
3131

3232
nativeBuildInputs = [
3333
prisma

0 commit comments

Comments
 (0)