Merge pull request #134599 from r-ryantm/auto-update/symfony-cli

symfony-cli: 4.25.4 -> 4.25.5
This commit is contained in:
Ryan Mulligan 2021-08-18 06:15:07 -07:00 committed by GitHub
commit b45b3e50f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "symfony-cli";
version = "4.25.4";
version = "4.25.5";
src = fetchurl {
url = "https://github.com/symfony/cli/releases/download/v${version}/symfony_linux_amd64.gz";
sha256 = "94ade97d79e6949022ac45e4f8f9c025a9e3efa54a1a891a086a24eb9a9765a7";
sha256 = "sha256-DMyW2lKuoFVEguCQQ6efXrzvujL5H7PcgI0go98M0xI=";
};
dontBuild = true;