about summary refs log tree commit diff
path: root/pkgs/by-name/mo/movim/package.nix
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2024-03-22 23:15:47 +0700
committertoastal <toastal@posteo.net>2024-04-11 08:57:57 +0700
commit47918937b8b017764161116c0346a9f09f3f83ab (patch)
tree4b1376879a732fe815afd2a1084c9205f2c4263e /pkgs/by-name/mo/movim/package.nix
parentc10316a4f6337a4ef58902784fae1ecc37c8daf4 (diff)
movim: update to latest (includes NixOS patches)
Version is ‘weird’ to deal with the composer script
Diffstat (limited to 'pkgs/by-name/mo/movim/package.nix')
-rw-r--r--pkgs/by-name/mo/movim/package.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/mo/movim/package.nix b/pkgs/by-name/mo/movim/package.nix
index 658e15916b7e9..0225dbc980188 100644
--- a/pkgs/by-name/mo/movim/package.nix
+++ b/pkgs/by-name/mo/movim/package.nix
@@ -9,13 +9,13 @@
 
 php.buildComposerProject (finalAttrs: {
   pname = "movim";
-  version = "0.23";
+  version = "0.23.0.20240328";
 
   src = fetchFromGitHub {
     owner = "movim";
     repo = "movim";
-    rev = "v${finalAttrs.version}";
-    hash = "sha256-9MBe2IRYxvUuCc5m7ajvIlBU7YVm4A3RABlOOIjpKoM=";
+    rev = "c3a43cd7e3a1a3a6efd595470e6a85b2ec578cba";
+    hash = "sha256-x0C4w3SRP3NMOhGSZOQALk6PNWUre4MvFW5cESr8Wvk=";
   };
 
   php = php.buildEnv ({
@@ -33,7 +33,7 @@ php.buildComposerProject (finalAttrs: {
   # pinned commonmark
   composerStrictValidation = false;
 
-  vendorHash = "sha256-PBoJbVuF0Qy7nNlL4yx446ivlZpPYNIai78yC0wWkCM=";
+  vendorHash = "sha256-RFIi1I+gcagRgkDpgQeR1oGJeBGA7z9q3DCfW+ZDr2Y=";
 
   postPatch = ''
     # BUGFIX: Imagick API Changes for 7.x+