symfony-cli: 5.10.5 -> 5.10.6

This commit is contained in:
Gaël Reyrol
2025-01-03 09:08:10 +01:00
parent 5e206eed10
commit 64b7779cf2
+2 -2
View File
@@ -11,14 +11,14 @@
buildGoModule rec {
pname = "symfony-cli";
version = "5.10.5";
version = "5.10.6";
vendorHash = "sha256-UqaRZPCgjiexeeylfP8p0rye6oc+rWac87p8KbVKrdc=";
src = fetchFromGitHub {
owner = "symfony-cli";
repo = "symfony-cli";
rev = "v${version}";
hash = "sha256-0QYv7C3n1VtmR3OOVqIXI13MtPTJD4wBTX1NDoKP6f8=";
hash = "sha256-II8dPbvi8Ys+7JzzLDPipKHMJDxZOFib3Lv/9qLTjg0=";
leaveDotGit = true;
postFetch = ''
git --git-dir $out/.git log -1 --pretty=%cd --date=format:'%Y-%m-%dT%H:%M:%SZ' > $out/SOURCE_DATE