movim: 0.33.1 → 0.34 (#532856)

This commit is contained in:
Jacek Galowicz
2026-06-23 05:58:57 +00:00
committed by GitHub
+3 -12
View File
@@ -1,7 +1,6 @@
{
lib,
fetchFromGitHub,
fetchpatch2,
writeShellScript,
dash,
php,
@@ -45,23 +44,15 @@ let
in
php.buildComposerProject2 (finalAttrs: {
pname = "movim";
version = "0.33.1";
version = "0.34";
src = fetchFromGitHub {
owner = "movim";
repo = "movim";
tag = "v${finalAttrs.version}";
hash = "sha256-TQ8PLmz9hn+OFfIF5cckv5gGhID7vuA5O1xVJ6PSPVA=";
hash = "sha256-E2n0YxNCaNEseGjLLhFDBdvrGg/XfzxU+T/rw/6Y/qY=";
};
patches = [
# Removes debug var_dump that was accidentally left in
(fetchpatch2 {
url = "https://github.com/movim/movim/commit/239bd099711d196df574106155374f301f2c9531.patch";
hash = "sha256-tLWUOKTJDFE9obrnghG/S8FHJY0rcWlueWncHVdi0Jk=";
})
];
php = php.buildEnv (
{
extensions = (
@@ -97,7 +88,7 @@ php.buildComposerProject2 (finalAttrs: {
++ lib.optional minify.style.enable lightningcss
++ lib.optional minify.svg.enable scour;
vendorHash = "sha256-iy869AKgn/ZL1jYFvqvYkfr4lv5J4l2W6glGqZvJLhE=";
vendorHash = "sha256-Vs98gZAthDuYCdZiKSwmh+en4admfXSbDeoZXdbt8hQ=";
postPatch = ''
# Our modules are already wrapped, removes missing *.so warnings;