Skip to content

Commit

Permalink
symfony-cli: 5.8.2 -> 5.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 24, 2024
1 parent d63af7f commit 8561e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/symfony-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildGoModule rec {
pname = "symfony-cli";
version = "5.8.2";
vendorHash = "sha256-bscRqFYV2qzTmu04l00/iMsFQR5ITPBFVr9BQwVGFU8=";
version = "5.8.4";
vendorHash = "sha256-ACK0JCaS1MOCgUi2DMEjIcKf/nMCcrdDyIdioBZv7qw=";

src = fetchFromGitHub {
owner = "symfony-cli";
repo = "symfony-cli";
rev = "v${version}";
hash = "sha256-P5VitZL6KYplMpWdwTkzJEqf5UoSB5HaH/0kL2CbUEA=";
hash = "sha256-b6vjJaRSi5qNl4qpOEndqdZkaWxeI/6GnBiBIM2Vwr8=";
};

ldflags = [
Expand Down

0 comments on commit 8561e18

Please sign in to comment.