Skip to content

Commit 529d434

Browse files
ghostfolio: 2.143.0 -> 2.146.0 (#391171)
Co-authored-by: Moraxyc <[email protected]>
2 parents 40e1f52 + 5df84a0 commit 529d434

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.143.0";
14+
version = "2.146.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "ghostfolio";
1818
repo = "ghostfolio";
1919
tag = version;
20-
hash = "sha256-jOIt8JJghXaKsfwgR6aMfaXEHgIalc/gtwkGJ831bWI=";
20+
hash = "sha256-8YZjstzpun+Vbc1ETBf5AwNAOFGyJFftSdyyGsyh6pY=";
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-K+SOl7wuxLhEOoM1A7QG3tB1Xiuz+hstiePIDjmzWVA=";
30+
npmDepsHash = "sha256-6aOmDntqp3RPDkgwNwlRgVxoQygIBxMU3VIfYjvG3ho=";
3131

3232
nativeBuildInputs = [
3333
prisma

0 commit comments

Comments
 (0)