yarn: 1.22.10 -> 1.22.11

This commit is contained in:
Kid 2021-08-08 16:53:43 +08:00 committed by GitHub
parent db0d8e10fc
commit e1012bc6f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "yarn";
version = "1.22.10";
version = "1.22.11";
src = fetchzip {
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
sha256 = "0pdimll8lhsnqfafhdaxd6h6mgxhj1c7h56r111cmxhzw462y3mr";
sha256 = "0gmk46b9gd6q0zi3a2adgf8c1y05c2lf34k5wrw7alnlwy8iqvvp";
};
buildInputs = [ nodejs ];