Skip to content

Commit

Permalink
Merge pull request #189 from totten/box-461
Browse files Browse the repository at this point in the history
Generate cv.phar on box 4.6.1
  • Loading branch information
totten authored Mar 6, 2024
2 parents 8eb5256 + 63e56e5 commit c161ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nix/buildkit.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:

## Get civicrm-buildkit from github.
## Based on "master" branch circa 2023-08-22 10:32 UTC
## Based on "master" branch circa 2024-02-26 04:30 UTC
import (pkgs.fetchzip {
url = "https://github.com/civicrm/civicrm-buildkit/archive/04b338a52bbf0bdc21edafe564b875138c1db12c.tar.gz";
sha256 = "1r6m830lyv6xf0yxz392izhwlnbahhc7s4r71riyqryzkr6psfyd";
url = "https://github.com/civicrm/civicrm-buildkit/archive/d6f6b8dd2d5944c35cd78cb319fef21673214b35.tar.gz";
sha256 = "02p2yzdfgv66a2zf8i36h6pjfi78wnp92m3klij7fqbfd9mpvi5a";
})

## Get a local copy of civicrm-buildkit. (Useful for developing patches.)
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in
pkgs.mkShell {
nativeBuildInputs = buildkit.profiles.base ++ [

(buildkit.pins.v2305.php81.buildEnv {
(buildkit.pins.v2305.php82.buildEnv {
extraConfig = ''
memory_limit=-1
'';
Expand Down

0 comments on commit c161ddc

Please sign in to comment.