symfony-cli: 5.10.4 -> 5.10.5 (#361002)

This commit is contained in:
Pol Dellaiera
2024-12-02 20:49:56 +01:00
committed by GitHub
+2 -2
View File
@@ -10,14 +10,14 @@
buildGoModule rec {
pname = "symfony-cli";
version = "5.10.4";
version = "5.10.5";
vendorHash = "sha256-UqaRZPCgjiexeeylfP8p0rye6oc+rWac87p8KbVKrdc=";
src = fetchFromGitHub {
owner = "symfony-cli";
repo = "symfony-cli";
rev = "v${version}";
hash = "sha256-eyQ62cImviq+QCTFfkmwLcwFslPoXYssd2TpS9pPX48=";
hash = "sha256-0QYv7C3n1VtmR3OOVqIXI13MtPTJD4wBTX1NDoKP6f8=";
leaveDotGit = true;
postFetch = ''
git --git-dir $out/.git log -1 --pretty=%cd --date=format:'%Y-%m-%dT%H:%M:%SZ' > $out/SOURCE_DATE