Skip to content

Commit

Permalink
php71.packages.composer: 2.2.22 -> 2.2.24
Browse files Browse the repository at this point in the history
Fix a couple of CVEs
  • Loading branch information
drupol committed Jun 17, 2024
1 parent 0d480a3 commit 0760794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/composer/2.2.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, unzip, lib, php }:
let
pname = "composer";
version = "2.2.22";
version = "2.2.24";
in
mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://getcomposer.org/download/${version}/composer.phar";
hash = "sha256-fTUAzIyadLR+FBA94VCslcJcoiezn/yJyzqLSVtdsdI=";
hash = "sha256-sMODsfQwqAp0wAbyAZnR4CJoSKCpCvpcCn0B+5DukHU=";
};

dontUnpack = true;
Expand Down

0 comments on commit 0760794

Please sign in to comment.