tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
yarn: 1.22.18 -> 1.22.19
Denbeigh Stevens
3 years ago
ee4e2ac1
6ec04a33
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
yarn
default.nix
+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 ];