Skip to content

Commit

Permalink
symfony-cli: 5.4.1 -> 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 12, 2022
1 parent 12769bc commit a2d1be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/symfony-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoModule rec {
pname = "symfony-cli";
version = "5.4.1";
version = "5.4.2";
vendorSha256 = "sha256-MlsgII1QybyW+B7DGbSyn7VQ36n29yOC0pZnaemEHO8=";

src = fetchFromGitHub {
owner = "symfony-cli";
repo = "symfony-cli";
rev = "v${version}";
sha256 = "sha256-92Pth+IrILWkcP4mm3IcSN4+zs7TNg4CPGT2liop7/I=";
sha256 = "sha256-Ci523YoocpCexbXMg3PjQ/x8z/STWt+nro64l+ckKzM=";
};

# Tests requires network access
Expand Down

0 comments on commit a2d1be5

Please sign in to comment.