lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

yarn: 1.3.2 -> 1.5.1

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