Skip to content

Commit b81653e

Browse files
authored
symfony-cli: 5.10.7 -> 5.10.9 (#382352)
2 parents c23e1e2 + 7b1175e commit b81653e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sy/symfony-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildGoModule rec {
1313
pname = "symfony-cli";
14-
version = "5.10.7";
14+
version = "5.10.9";
1515
vendorHash = "sha256-UqaRZPCgjiexeeylfP8p0rye6oc+rWac87p8KbVKrdc=";
1616

1717
src = fetchFromGitHub {
1818
owner = "symfony-cli";
1919
repo = "symfony-cli";
2020
rev = "v${version}";
21-
hash = "sha256-l4atQdFRA2nwh2OXlF6a24Xe2WCAKbOdySu+r+rcTXQ=";
21+
hash = "sha256-Y7wtWrEe1/aftHGdwRA+1Uw9vHJRST9yjhFGYVEgdgo=";
2222
leaveDotGit = true;
2323
postFetch = ''
2424
git --git-dir $out/.git log -1 --pretty=%cd --date=format:'%Y-%m-%dT%H:%M:%SZ' > $out/SOURCE_DATE

0 commit comments

Comments
 (0)