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 c23e1e2 + 7b1175e commit b81653eCopy full SHA for b81653e
pkgs/by-name/sy/symfony-cli/package.nix
@@ -11,14 +11,14 @@
11
12
buildGoModule rec {
13
pname = "symfony-cli";
14
- version = "5.10.7";
+ version = "5.10.9";
15
vendorHash = "sha256-UqaRZPCgjiexeeylfP8p0rye6oc+rWac87p8KbVKrdc=";
16
17
src = fetchFromGitHub {
18
owner = "symfony-cli";
19
repo = "symfony-cli";
20
rev = "v${version}";
21
- hash = "sha256-l4atQdFRA2nwh2OXlF6a24Xe2WCAKbOdySu+r+rcTXQ=";
+ hash = "sha256-Y7wtWrEe1/aftHGdwRA+1Uw9vHJRST9yjhFGYVEgdgo=";
22
leaveDotGit = true;
23
postFetch = ''
24
git --git-dir $out/.git log -1 --pretty=%cd --date=format:'%Y-%m-%dT%H:%M:%SZ' > $out/SOURCE_DATE
0 commit comments