Merge pull request #281784 from r-ryantm/auto-update/symfony-cli
symfony-cli: 5.8.1 -> 5.8.2
This commit is contained in:
commit
d4171ed37c
1 changed files with 2 additions and 2 deletions
|
@ -10,14 +10,14 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "symfony-cli";
|
||||
version = "5.8.1";
|
||||
version = "5.8.2";
|
||||
vendorHash = "sha256-bscRqFYV2qzTmu04l00/iMsFQR5ITPBFVr9BQwVGFU8=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "symfony-cli";
|
||||
repo = "symfony-cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-GJPUYza1LhWZP9U3JKoe3i0npLgypo3DkKex9DFo1U4=";
|
||||
hash = "sha256-P5VitZL6KYplMpWdwTkzJEqf5UoSB5HaH/0kL2CbUEA=";
|
||||
};
|
||||
|
||||
ldflags = [
|
||||
|
|
Loading…
Reference in a new issue