Unverified Commit 3a63ddd3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

agorakit: fix composerVendor hash (#475448)

parents 22e0025b b917cb93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ php82.buildComposerProject2 (finalAttrs: {
    runHook postInstall
  '';

  vendorHash = "sha256-cg9OIBvWX69yU6U6Ag/T3jScG2OUdpTqc+KwP6VyUHo=";
  vendorHash = "sha256-3Kxuvmb3eZN3ChW59b5rITgCe4NqPHIBHau1PBmxPis=";
  composerStrictValidation = false;

  passthru.updateScript = nix-update-script { };