grocy: update vendorHash
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user