Loading pkgs/development/interpreters/php/8.3.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ let base = (callPackage ./generic.nix (_args // { version = "8.3.0RC1"; version = "8.3.0RC2"; hash = null; })).overrideAttrs (oldAttrs: { src = fetchurl { url = "https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz"; hash = "sha256-pWnkxSIhzKU8Cp+AiGzqhqRtWoJu+zBfCM45n2ugH7c="; url = "https://downloads.php.net/~eric/php-8.3.0RC2.tar.xz"; hash = "sha256-0Lo9msTyjfU9kuq0QkvUv4yeshM2tUizMJb9oCggMtw="; }; }); in Loading Loading
pkgs/development/interpreters/php/8.3.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ let base = (callPackage ./generic.nix (_args // { version = "8.3.0RC1"; version = "8.3.0RC2"; hash = null; })).overrideAttrs (oldAttrs: { src = fetchurl { url = "https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz"; hash = "sha256-pWnkxSIhzKU8Cp+AiGzqhqRtWoJu+zBfCM45n2ugH7c="; url = "https://downloads.php.net/~eric/php-8.3.0RC2.tar.xz"; hash = "sha256-0Lo9msTyjfU9kuq0QkvUv4yeshM2tUizMJb9oCggMtw="; }; }); in Loading