Merge pull request #164521 from r-ryantm/auto-update/yarn

yarn: 1.22.17 -> 1.22.18
This commit is contained in:
Mario Rodas
2022-03-20 08:58:55 -05:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "yarn";
version = "1.22.17";
version = "1.22.18";
src = fetchzip {
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
sha256 = "1skzlyv2976bl1063f94422jbjy4ns1nxl622biizq31z4821yvj";
sha256 = "sha256-gI4v/WPWrNa2i2oct8Ns7bpDzmDCy+c86pGKpNznhh0=";
};
buildInputs = [ nodejs ];