Loading pkgs/by-name/la/laravel/composer.lock +23 −23 Original line number Diff line number Diff line Loading @@ -168,16 +168,16 @@ }, { "name": "illuminate/collections", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", "reference": "8dae6a0e779b07ee17066652334d36ed473ccff2" "reference": "0094b162fa505126c1391222f27fd98734d24525" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/collections/zipball/8dae6a0e779b07ee17066652334d36ed473ccff2", "reference": "8dae6a0e779b07ee17066652334d36ed473ccff2", "url": "https://api.github.com/repos/illuminate/collections/zipball/0094b162fa505126c1391222f27fd98734d24525", "reference": "0094b162fa505126c1391222f27fd98734d24525", "shasum": "" }, "require": { Loading Loading @@ -220,11 +220,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-03-12T14:22:47+00:00" "time": "2025-03-16T23:50:18+00:00" }, { "name": "illuminate/conditionable", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", Loading Loading @@ -270,16 +270,16 @@ }, { "name": "illuminate/contracts", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "6b3e6b148e814077d87a56a6f89b0e3d91e06c56" "reference": "88962e0a73fb837e048ebdbbc67afd2f6b30e8e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/6b3e6b148e814077d87a56a6f89b0e3d91e06c56", "reference": "6b3e6b148e814077d87a56a6f89b0e3d91e06c56", "url": "https://api.github.com/repos/illuminate/contracts/zipball/88962e0a73fb837e048ebdbbc67afd2f6b30e8e6", "reference": "88962e0a73fb837e048ebdbbc67afd2f6b30e8e6", "shasum": "" }, "require": { Loading Loading @@ -314,11 +314,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-03-05T19:37:08+00:00" "time": "2025-03-16T23:56:53+00:00" }, { "name": "illuminate/filesystem", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", Loading Loading @@ -385,7 +385,7 @@ }, { "name": "illuminate/macroable", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", Loading Loading @@ -431,16 +431,16 @@ }, { "name": "illuminate/support", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "57e684840518d05326cc2958bca8e3790feab3eb" "reference": "bcba98dcdbc758261b3b872a9b9dc789aed1eb57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/57e684840518d05326cc2958bca8e3790feab3eb", "reference": "57e684840518d05326cc2958bca8e3790feab3eb", "url": "https://api.github.com/repos/illuminate/support/zipball/bcba98dcdbc758261b3b872a9b9dc789aed1eb57", "reference": "bcba98dcdbc758261b3b872a9b9dc789aed1eb57", "shasum": "" }, "require": { Loading Loading @@ -504,7 +504,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-03-12T14:22:47+00:00" "time": "2025-03-13T14:51:35+00:00" }, { "name": "laravel/prompts", Loading Loading @@ -2233,16 +2233,16 @@ }, { "name": "phpstan/phpstan", "version": "2.1.8", "version": "2.1.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f" "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f9adff3b87c03b12cc7e46a30a524648e497758f", "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8ca5f79a8f63c49b2359065832a654e1ec70ac30", "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30", "shasum": "" }, "require": { Loading Loading @@ -2287,7 +2287,7 @@ "type": "github" } ], "time": "2025-03-09T09:30:48+00:00" "time": "2025-03-24T13:45:00+00:00" }, { "name": "phpunit/php-code-coverage", Loading pkgs/by-name/la/laravel/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,19 @@ }: php.buildComposerProject2 (finalAttrs: { pname = "laravel"; version = "5.14.0"; version = "5.14.1"; src = fetchFromGitHub { owner = "laravel"; repo = "installer"; tag = "v${finalAttrs.version}"; hash = "sha256-Ka8bgJA5zR5hWfqAyz/mKjZ22oL9yMpqWGdcCoy6wNQ="; hash = "sha256-3DgiOybYN9G8BONK7kmyO21B5WqeY7DcHunWcT6h124="; }; nativeBuildInputs = [ makeWrapper ]; composerLock = ./composer.lock; vendorHash = "sha256-KaPOPPDjiATBAOlEasb22poVMg6w0NEUnpclapuGhw0="; vendorHash = "sha256-6oPbR6cpsdr2aJWjJvLWVD1NfuZF38sUMJEdBAjl/aA="; # Adding npm (nodejs) and php composer to path postInstall = '' Loading Loading
pkgs/by-name/la/laravel/composer.lock +23 −23 Original line number Diff line number Diff line Loading @@ -168,16 +168,16 @@ }, { "name": "illuminate/collections", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", "reference": "8dae6a0e779b07ee17066652334d36ed473ccff2" "reference": "0094b162fa505126c1391222f27fd98734d24525" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/collections/zipball/8dae6a0e779b07ee17066652334d36ed473ccff2", "reference": "8dae6a0e779b07ee17066652334d36ed473ccff2", "url": "https://api.github.com/repos/illuminate/collections/zipball/0094b162fa505126c1391222f27fd98734d24525", "reference": "0094b162fa505126c1391222f27fd98734d24525", "shasum": "" }, "require": { Loading Loading @@ -220,11 +220,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-03-12T14:22:47+00:00" "time": "2025-03-16T23:50:18+00:00" }, { "name": "illuminate/conditionable", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", Loading Loading @@ -270,16 +270,16 @@ }, { "name": "illuminate/contracts", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "6b3e6b148e814077d87a56a6f89b0e3d91e06c56" "reference": "88962e0a73fb837e048ebdbbc67afd2f6b30e8e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/6b3e6b148e814077d87a56a6f89b0e3d91e06c56", "reference": "6b3e6b148e814077d87a56a6f89b0e3d91e06c56", "url": "https://api.github.com/repos/illuminate/contracts/zipball/88962e0a73fb837e048ebdbbc67afd2f6b30e8e6", "reference": "88962e0a73fb837e048ebdbbc67afd2f6b30e8e6", "shasum": "" }, "require": { Loading Loading @@ -314,11 +314,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-03-05T19:37:08+00:00" "time": "2025-03-16T23:56:53+00:00" }, { "name": "illuminate/filesystem", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", Loading Loading @@ -385,7 +385,7 @@ }, { "name": "illuminate/macroable", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", Loading Loading @@ -431,16 +431,16 @@ }, { "name": "illuminate/support", "version": "v12.2.0", "version": "v12.3.0", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "57e684840518d05326cc2958bca8e3790feab3eb" "reference": "bcba98dcdbc758261b3b872a9b9dc789aed1eb57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/57e684840518d05326cc2958bca8e3790feab3eb", "reference": "57e684840518d05326cc2958bca8e3790feab3eb", "url": "https://api.github.com/repos/illuminate/support/zipball/bcba98dcdbc758261b3b872a9b9dc789aed1eb57", "reference": "bcba98dcdbc758261b3b872a9b9dc789aed1eb57", "shasum": "" }, "require": { Loading Loading @@ -504,7 +504,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-03-12T14:22:47+00:00" "time": "2025-03-13T14:51:35+00:00" }, { "name": "laravel/prompts", Loading Loading @@ -2233,16 +2233,16 @@ }, { "name": "phpstan/phpstan", "version": "2.1.8", "version": "2.1.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f" "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f9adff3b87c03b12cc7e46a30a524648e497758f", "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8ca5f79a8f63c49b2359065832a654e1ec70ac30", "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30", "shasum": "" }, "require": { Loading Loading @@ -2287,7 +2287,7 @@ "type": "github" } ], "time": "2025-03-09T09:30:48+00:00" "time": "2025-03-24T13:45:00+00:00" }, { "name": "phpunit/php-code-coverage", Loading
pkgs/by-name/la/laravel/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,19 @@ }: php.buildComposerProject2 (finalAttrs: { pname = "laravel"; version = "5.14.0"; version = "5.14.1"; src = fetchFromGitHub { owner = "laravel"; repo = "installer"; tag = "v${finalAttrs.version}"; hash = "sha256-Ka8bgJA5zR5hWfqAyz/mKjZ22oL9yMpqWGdcCoy6wNQ="; hash = "sha256-3DgiOybYN9G8BONK7kmyO21B5WqeY7DcHunWcT6h124="; }; nativeBuildInputs = [ makeWrapper ]; composerLock = ./composer.lock; vendorHash = "sha256-KaPOPPDjiATBAOlEasb22poVMg6w0NEUnpclapuGhw0="; vendorHash = "sha256-6oPbR6cpsdr2aJWjJvLWVD1NfuZF38sUMJEdBAjl/aA="; # Adding npm (nodejs) and php composer to path postInstall = '' Loading