Skip to content

Commit bdab5b9

Browse files
committed
movim: 0.31 → 0.32.1
1 parent 1dcdb7d commit bdab5b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/mo/movim/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ let
4444
in
4545
php.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

0 commit comments

Comments
 (0)