Commit 0c66bba4 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

php81: 8.1.21 -> 8.1.22

Security release
Changelog: https://www.php.net/ChangeLog-8.php#8.1.22
parent 3e36ea62
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.1.21";
    hash = "sha256-bqSegzXWMhd/VrUHFgqhUcewIBhXianBSFn85dSgd20=";
    version = "8.1.22";
    hash = "sha256-mSNU44LGxhjQHtS+Br7qjewxeLFBU99k08jEi4Xp+8I=";
  });

in