Skip to content

Commit

Permalink
Merge: [24.05] php: 8.3.12 -> 8.3.13 (#354777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Nov 9, 2024
2 parents 22c47e9 + 853c644 commit 0b88841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/8.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

let
base = callPackage ./generic.nix (_args // {
version = "8.3.12";
hash = "sha256-gHYzSWzNs3CokFRY24K9ZzZumKbVlyiRS3l7h+nK7L8=";
version = "8.3.13";
hash = "sha256-x3kcguGlVMyvhKQLpxzBQXupr2f7Wzl4CDf9fH628SQ=";
});
in
base.withExtensions ({ all, ... }: with all; ([
Expand Down

0 comments on commit 0b88841

Please sign in to comment.