symfony-cli: 4.26.3 -> 4.26.8

This commit is contained in:
R. Ryantm 2021-10-28 20:41:12 +00:00
parent 22a500a3f8
commit 308cafefd1

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "symfony-cli";
version = "4.26.3";
version = "4.26.8";
src = fetchurl {
url = "https://github.com/symfony/cli/releases/download/v${version}/symfony_linux_amd64.gz";
sha256 = "sha256-les12GheTKr4XvZpE4YIyNMaXWizeB0COhDiMcYYC7o=";
sha256 = "sha256-/9jsdl39TOkuNCB4G7orJH4qR4Spdt7VTsC1jelyLs0=";
};
dontBuild = true;