diff --git a/pkgs/by-name/gr/grocy/package.nix b/pkgs/by-name/gr/grocy/package.nix index 0de3c56b4dc8..9dcbbad5d67c 100644 --- a/pkgs/by-name/gr/grocy/package.nix +++ b/pkgs/by-name/gr/grocy/package.nix @@ -19,7 +19,9 @@ php.buildComposerProject2 (finalAttrs: { hash = "sha256-MnN6TIkNZWT+pAQf0+z5l3hj/7K/d3BfI7VAaUEKG8s="; }; - vendorHash = "sha256-6vWV8+4tETUFBLeEoG7d8lHKILXvM7ezWbDiG11GA/s="; + # Upstream composer.json file is missing the name, description and license fields + composerStrictValidation = false; + vendorHash = "sha256-11+NIZX8i9uwcImwSE0HAeMc/WOCsecpMRqiba1mkrs="; offlineCache = fetchYarnDeps { yarnLock = finalAttrs.src + "/yarn.lock"; @@ -31,9 +33,6 @@ php.buildComposerProject2 (finalAttrs: { fixup-yarn-lock ]; - # Upstream composer.json file is missing the name, description and license fields - composerStrictValidation = false; - # NOTE: if patches are created from a git checkout, those should be modified # with `unix2dos` to make sure those apply here. patches = [