Unverified Commit 52077cd2 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

nextcloudPackages.apps.hmr_enabler: fix vendorHash (#451148)

parents 42f263f2 b5af2d70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ php.buildComposerProject2 (finalAttrs: {

  composerNoDev = false;

  vendorHash = "sha256-H+yxviMYc6AuerhYtcHRluRWdS1mmqcSMlN2Q24G1m8=";
  vendorHash = "sha256-KWvHgPeTLy/a6NusLpKBgYJWjSzc+MNF7cE5u31JqKs=";

  postInstall = ''
    chmod -R u+w $out/share
@@ -31,7 +31,7 @@ php.buildComposerProject2 (finalAttrs: {
    description = "Development Nextcloud app to enable apps to use hot module reloading";
    homepage = "https://github.com/nextcloud/hmr_enabler";
    changelog = "https://github.com/nextcloud/hmr_enabler/blob/master/CHANGELOG.md";
    license = lib.licenses.agpl3Only;
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ onny ];
  };