File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/gh/ghostfolio Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212buildNpmPackage 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
You can’t perform that action at this time.
0 commit comments