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

Merge pull request #261077 from NixOS/php/bump/8-3-0RC4

php83: 8.3.0RC3 -> 8.3.0RC4
parents c00b9a67 2f3a446c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

let
  base = (callPackage ./generic.nix (_args // {
    version = "8.3.0RC3";
    version = "8.3.0RC4";
    hash = null;
  })).overrideAttrs (oldAttrs: {
    src = fetchurl {
      url = "https://downloads.php.net/~jakub/php-8.3.0RC3.tar.xz";
      hash = "sha256-64JwXVR7WzfeXhq5qOW0cqpzcX09G9t9R2daQyRyRMQ=";
      url = "https://downloads.php.net/~eric/php-8.3.0RC4.tar.xz";
      hash = "sha256-i02aivxsRIRo5ZFrzKCGAOXffvbhPiWnMFEGqQMr5h0=";
    };
  });
in