mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
yarn: 1.12.1 -> 1.12.3
This commit is contained in:
parent
adf41ed942
commit
2f4dae8f56
@ -3820,6 +3820,11 @@
|
||||
github = "scolobb";
|
||||
name = "Sergiu Ivanov";
|
||||
};
|
||||
screendriver = {
|
||||
email = "nix@echooff.de";
|
||||
github = "screendriver";
|
||||
name = "Christian Rackerseder";
|
||||
};
|
||||
Scriptkiddi = {
|
||||
email = "nixos@scriptkiddi.de";
|
||||
github = "scriptkiddi";
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yarn-${version}";
|
||||
version = "1.12.1";
|
||||
version = "1.12.3";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
|
||||
sha256 = "084xci8y5na2765sh8flc8c5z7fik62filf1p58aqrb2000vna1j";
|
||||
sha256 = "0izn7lfvfw046qlxdgiiiyqj24sl2yclm6v8bzy8ilsr00csbrm2";
|
||||
};
|
||||
|
||||
buildInputs = [ nodejs ];
|
||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://yarnpkg.com/;
|
||||
description = "Fast, reliable, and secure dependency management for javascript";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.offline ];
|
||||
maintainers = [ maintainers.offline maintainers.screendriver ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user