yarn: 1.22.18 -> 1.22.19

+2 -2
+2 -2
pkgs/development/tools/yarn/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "yarn"; 5 - version = "1.22.18"; 5 + version = "1.22.19"; 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 = "sha256-gI4v/WPWrNa2i2oct8Ns7bpDzmDCy+c86pGKpNznhh0="; 9 + sha256 = "sha256-12wUuWH+kkqxAgVYkyhIYVtexjv8DFP9kLpFLWg+h0o="; 10 10 }; 11 11 12 12 buildInputs = [ nodejs ];