Skip to content

Commit bb60898

Browse files
committed
chore: Upgrade Nix shell
1 parent 8d1ab10 commit bb60898

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
persist-credentials: false
154154
- name: Install nix
155-
uses: cachix/install-nix-action@v31
155+
uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
156156
with:
157157
nix_path: nixpkgs=channel:nixos-unstable
158158
- name: Install dependencies

shell.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ pkgs ? import (fetchTarball {
2-
url = "https://github.com/NixOS/nixpkgs/archive/6d97d419e5a9b36e6293887a89a078cf85f5a61b.tar.gz";
3-
sha256 = "10y6ply5jhg9pwq13zldmipxh8dscmawx5syi1i6rb773xnnr452";
2+
url = "https://github.com/NixOS/nixpkgs/archive/ebc94f855ef25347c314258c10393a92794e7ab9.tar.gz";
3+
sha256 = "sha256-UMVihg0OQ980YqmOAPz+zkuCEb9hpE5Xj2v+ZGNjQ+M=";
44
}) {} }:
55

66
let
7-
php = pkgs.php82.withExtensions ({ enabled, all }: with all; enabled ++ [ redis apcu ]);
7+
php = pkgs.php84.withExtensions ({ enabled, all }: with all; enabled ++ [ redis apcu ]);
88
in
99
pkgs.mkShell {
1010
nativeBuildInputs = [

0 commit comments

Comments
 (0)