yarn: 1.22.18 -> 1.22.19

+2 -2
+2 -2
pkgs/development/tools/yarn/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "yarn"; 5 - version = "1.22.18"; 6 7 src = fetchzip { 8 url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"; 9 - sha256 = "sha256-gI4v/WPWrNa2i2oct8Ns7bpDzmDCy+c86pGKpNznhh0="; 10 }; 11 12 buildInputs = [ nodejs ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "yarn"; 5 + version = "1.22.19"; 6 7 src = fetchzip { 8 url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"; 9 + sha256 = "sha256-12wUuWH+kkqxAgVYkyhIYVtexjv8DFP9kLpFLWg+h0o="; 10 }; 11 12 buildInputs = [ nodejs ];