Merge pull request #177350 from denbeigh2000/denbeigh/yarn-1.22.19
yarn: 1.22.18 -> 1.22.19
This commit is contained in:
commit
d0e09b5167
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "yarn";
|
||||
version = "1.22.18";
|
||||
version = "1.22.19";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
|
||||
sha256 = "sha256-gI4v/WPWrNa2i2oct8Ns7bpDzmDCy+c86pGKpNznhh0=";
|
||||
sha256 = "sha256-12wUuWH+kkqxAgVYkyhIYVtexjv8DFP9kLpFLWg+h0o=";
|
||||
};
|
||||
|
||||
buildInputs = [ nodejs ];
|
||||
|
Loading…
Reference in New Issue
Block a user