From bd6c14e64a581dd681cb01f730454481669afed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Thu, 18 Jun 2026 09:37:03 +0700 Subject: [PATCH] =?UTF-8?q?movim:=200.33.1=20=E2=86=92=200.34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/mo/movim/package.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/mo/movim/package.nix b/pkgs/by-name/mo/movim/package.nix index 066e3dba1e06..e7af069352ad 100644 --- a/pkgs/by-name/mo/movim/package.nix +++ b/pkgs/by-name/mo/movim/package.nix @@ -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;