Skip to content

Commit

Permalink
Merge pull request #305105 from r-ryantm/auto-update/symfony-cli
Browse files Browse the repository at this point in the history
symfony-cli: 5.8.14 -> 5.8.15
  • Loading branch information
drupol authored Apr 18, 2024
2 parents 9d38a5d + 645630a commit fcc328c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sy/symfony-cli/package.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.14";
vendorHash = "sha256-OBXurPjyB2/JCQBna+tk0p3+n8gPoNLXCppXkII3ZUc=";
version = "5.8.15";
vendorHash = "sha256-rkvQhZSoKZIl/gFgekLUelem2FGbRL9gp1LEzYN88Dc=";

src = fetchFromGitHub {
owner = "symfony-cli";
repo = "symfony-cli";
rev = "v${version}";
hash = "sha256-rwcULDbdYHZ1yFrGEGsJOZQG7Z29m0MOd79yalFIdkQ=";
hash = "sha256-HbBg2oCsogY3X4jgjknqwNe2bszXjylvE+h5/iyg2pM=";
};

ldflags = [
Expand Down

0 comments on commit fcc328c

Please sign in to comment.