Unverified Commit 2739707f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #248383 from NixOS/php/bump-8.2.9

php82: 8.2.8 -> 8.2.9
parents 4c003759 1f093dfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

let
  base = callPackage ./generic.nix (_args // {
    version = "8.2.8";
    hash = "sha256-mV7UAJx5F8li0xg3oaNljzbUr081e2c8l//b5kA/hRc=";
    version = "8.2.9";
    hash = "sha256-SEYLmUrn61CWoxD0TRPoZd4XcRBNSlUNUwcr5YpvF2w=";
  });

in