Skip to content

Commit 2e5e5a1

Browse files
committed
movim: 0.29 → 0.29.1
1 parent e361d99 commit 2e5e5a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.29";
47+
version = "0.29.1";
4848

4949
src = fetchFromGitHub {
5050
owner = "movim";
5151
repo = "movim";
5252
tag = "v${finalAttrs.version}";
53-
hash = "sha256-hAOT3n0i9t3uWMjqWJlOs4Vakq3y4+GhiFZ4n3jVqtw=";
53+
hash = "sha256-8YbRqlppD4tWqCki6v3F1cP8BcG66kAa3njEdPIRPhs=";
5454
};
5555

5656
php = php.buildEnv (
@@ -98,7 +98,7 @@ php.buildComposerProject2 (finalAttrs: {
9898
# pinned commonmark
9999
composerStrictValidation = false;
100100

101-
vendorHash = "sha256-+twzmUayrAj65ixEsweHM6886nN/6PYUCTSLMc+EmVE=";
101+
vendorHash = "sha256-Y1H7jvO/P4R+Rb4V87pha3Icd2Iy7VyzwVDPX72aMqA=";
102102

103103
postPatch = ''
104104
# Our modules are already wrapped, removes missing *.so warnings;

0 commit comments

Comments
 (0)