mob next [ci-skip] [ci skip] [skip ci]

lastFile:pkgs/think-backend-gtcm.nix
This commit is contained in:
2025-11-12 17:14:59 +07:00
parent 0dbc7d7164
commit 6667ba6e6e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
final: prev: {
think-gtcm = final.callPackage ./think-gtcm.nix { };
think-backend-gtcm = final.callPackage ./think-backend-gtcm.nix { };
think-backend-gtcm = final.callPackage ./think-backend-gtcm.nix { php = final.php83; };
}

View File

@@ -17,5 +17,5 @@ php.buildComposerProject2 (finalAttrs: {
inherit src;
composerStrictValidation = false;
vendorHash = "";
vendorHash = "sha256-eXm1x3E9KHWojaT2RU4inMdZqQVcWdLCKlvzhOlIZrc=";
})