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.0beta2"; version = "8.3.0beta3"; hash = null; })).overrideAttrs (oldAttrs: { src = fetchurl { url = "https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz"; hash = "sha256-ND1OlmSMtBxTE/0qfgy3Cz/gF08eIzydU2W/eKg58wQ="; url = "https://downloads.php.net/~eric/php-8.3.0beta3.tar.xz"; hash = "sha256-XW3t9BOsBFvThYXF66faVl8VyMLFB+Oi7h45vWUmE6Y="; }; }); 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.0beta2"; version = "8.3.0beta3"; hash = null; })).overrideAttrs (oldAttrs: { src = fetchurl { url = "https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz"; hash = "sha256-ND1OlmSMtBxTE/0qfgy3Cz/gF08eIzydU2W/eKg58wQ="; url = "https://downloads.php.net/~eric/php-8.3.0beta3.tar.xz"; hash = "sha256-XW3t9BOsBFvThYXF66faVl8VyMLFB+Oi7h45vWUmE6Y="; }; }); in Loading