We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4594cef + 528c377 commit dc2709dCopy full SHA for dc2709d
pkgs/by-name/sy/symfony-cli/package.nix
@@ -10,14 +10,14 @@
10
11
buildGoModule rec {
12
pname = "symfony-cli";
13
- version = "5.10.2";
14
- vendorHash = "sha256-WSZM/9inaFLlZIAwH3E8hWyRQaOvY8BJ6ECpbkqJN6g=";
+ version = "5.10.4";
+ vendorHash = "sha256-UqaRZPCgjiexeeylfP8p0rye6oc+rWac87p8KbVKrdc=";
15
16
src = fetchFromGitHub {
17
owner = "symfony-cli";
18
repo = "symfony-cli";
19
rev = "v${version}";
20
- hash = "sha256-/fJ9Ovk2gXCIvvieCXxnI8gDjwrhQHJoF3Ia47dSdgQ=";
+ hash = "sha256-eyQ62cImviq+QCTFfkmwLcwFslPoXYssd2TpS9pPX48=";
21
leaveDotGit = true;
22
postFetch = ''
23
git --git-dir $out/.git log -1 --pretty=%cd --date=format:'%Y-%m-%dT%H:%M:%SZ' > $out/SOURCE_DATE
0 commit comments