File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444in
4545php . buildComposerProject2 ( finalAttrs : {
4646 pname = "movim" ;
47- version = "0.31 " ;
47+ version = "0.32.1 " ;
4848
4949 src = fetchFromGitHub {
5050 owner = "movim" ;
5151 repo = "movim" ;
5252 tag = "v${ finalAttrs . version } " ;
53- hash = "sha256-rW751UhDBhakOrAT4BOiRDPpGldf1EwNZY8iavXlpLk =" ;
53+ hash = "sha256-1sNStxgvP8iaiINIa4UOFz8RGeQlFvJK5+RGlK/3Xa8 =" ;
5454 } ;
5555
5656 php = php . buildEnv (
@@ -88,7 +88,7 @@ php.buildComposerProject2 (finalAttrs: {
8888 ++ lib . optional minify . style . enable lightningcss
8989 ++ lib . optional minify . svg . enable scour ;
9090
91- vendorHash = "sha256-Ke+bh/mvKUk5qxjlBZo4jJhLneyFRq0HYXTwK/KZMBs =" ;
91+ vendorHash = "sha256-t95OVDUb7hJfbokFhSOyGP02laVcTTJX7bK/reYJ99I =" ;
9292
9393 postPatch = ''
9494 # Our modules are already wrapped, removes missing *.so warnings;
@@ -100,8 +100,8 @@ php.buildComposerProject2 (finalAttrs: {
100100
101101 # Point to PHP + PHP INI in the Nix store
102102 substituteInPlace src/Movim/Console/DaemonCommand.php \
103- --replace-fail "<info>php vendor/bin/phinx migrate</info>" \
104- "<info>${ lib . getBin finalAttrs . php } vendor/bin/phinx migrate</info>" \
103+ --replace-fail "<info>composer movim: migrate</info>" \
104+ "<info>${ lib . getBin finalAttrs . php . packages . composer } movim: migrate</info>" \
105105 --replace-fail "<info>php daemon.php setAdmin {jid}</info>" \
106106 "<info>${ finalAttrs . meta . mainProgram } setAdmin {jid}</info>"
107107
You can’t perform that action at this time.
0 commit comments