Loading pkgs/build-support/php/pkgs/composer-phar.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,11 +14,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "composer-phar"; version = "2.6.4"; version = "2.6.5"; src = fetchurl { url = "https://github.com/composer/composer/releases/download/${finalAttrs.version}/composer.phar"; hash = "sha256-Wjnz4s5bo5HuP+yyJ/ryE5D1t+1cVvFMq54cMEi8+Lg="; hash = "sha256-mhjho6rby5TBuv1sSpj/kx9LQ6RW70hXUTBGbhnwXdY="; }; dontUnpack = true; Loading pkgs/development/php-packages/composer/default.nix +6 −9 Original line number Diff line number Diff line { lib, callPackage, fetchgit, php, unzip, _7zz, xz, git, curl, cacert, makeBinaryWrapper }: { lib, callPackage, fetchFromGitHub, php, unzip, _7zz, xz, git, curl, cacert, makeBinaryWrapper }: php.buildComposerProject (finalAttrs: { composer = callPackage ../../../build-support/php/pkgs/composer-phar.nix { }; pname = "composer"; version = "2.6.4"; version = "2.6.5"; # We use `fetchgit` instead of `fetchFromGitHub` to ensure the existence # of the `composer.lock` file, which is omitted in the archive downloaded # via `fetchFromGitHub`. src = fetchgit { url = "https://github.com/composer/composer.git"; src = fetchFromGitHub { owner = "composer"; repo = "composer"; rev = finalAttrs.version; hash = "sha256-8lylMfTARff+gBZpIRqttmE0jeXdJnLHZKVmqHY3p+s="; hash = "sha256-CKP7CYOuMKpuWdVveET2iLJPKJyCnv5YVjx4DE68UoE="; }; nativeBuildInputs = [ makeBinaryWrapper ]; Loading Loading
pkgs/build-support/php/pkgs/composer-phar.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,11 +14,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "composer-phar"; version = "2.6.4"; version = "2.6.5"; src = fetchurl { url = "https://github.com/composer/composer/releases/download/${finalAttrs.version}/composer.phar"; hash = "sha256-Wjnz4s5bo5HuP+yyJ/ryE5D1t+1cVvFMq54cMEi8+Lg="; hash = "sha256-mhjho6rby5TBuv1sSpj/kx9LQ6RW70hXUTBGbhnwXdY="; }; dontUnpack = true; Loading
pkgs/development/php-packages/composer/default.nix +6 −9 Original line number Diff line number Diff line { lib, callPackage, fetchgit, php, unzip, _7zz, xz, git, curl, cacert, makeBinaryWrapper }: { lib, callPackage, fetchFromGitHub, php, unzip, _7zz, xz, git, curl, cacert, makeBinaryWrapper }: php.buildComposerProject (finalAttrs: { composer = callPackage ../../../build-support/php/pkgs/composer-phar.nix { }; pname = "composer"; version = "2.6.4"; version = "2.6.5"; # We use `fetchgit` instead of `fetchFromGitHub` to ensure the existence # of the `composer.lock` file, which is omitted in the archive downloaded # via `fetchFromGitHub`. src = fetchgit { url = "https://github.com/composer/composer.git"; src = fetchFromGitHub { owner = "composer"; repo = "composer"; rev = finalAttrs.version; hash = "sha256-8lylMfTARff+gBZpIRqttmE0jeXdJnLHZKVmqHY3p+s="; hash = "sha256-CKP7CYOuMKpuWdVveET2iLJPKJyCnv5YVjx4DE68UoE="; }; nativeBuildInputs = [ makeBinaryWrapper ]; Loading