Merge pull request #133100 from kidonng/yarn

yarn: 1.22.10 -> 1.22.11

authored by Sandro and committed by GitHub 4ebfd38b bd524f63

+2 -2
+2 -2
pkgs/development/tools/yarn/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "yarn"; 5 - version = "1.22.10"; 6 7 src = fetchzip { 8 url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"; 9 - sha256 = "0pdimll8lhsnqfafhdaxd6h6mgxhj1c7h56r111cmxhzw462y3mr"; 10 }; 11 12 buildInputs = [ nodejs ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "yarn"; 5 + version = "1.22.11"; 6 7 src = fetchzip { 8 url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"; 9 + sha256 = "0gmk46b9gd6q0zi3a2adgf8c1y05c2lf34k5wrw7alnlwy8iqvvp"; 10 }; 11 12 buildInputs = [ nodejs ];