about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 13:22:00 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-24 20:12:37 -0700
commit83e7a506649e1597ae62779654f44d77d195eeb8 (patch)
treec97745e1cd5a8b03adb6bf1e34f6b3e46c28a6b6 /pkgs/development/tools
parenta16145e47dc12a10ea88fc1c683bc657a2e2a0e0 (diff)
downloadnixlib-83e7a506649e1597ae62779654f44d77d195eeb8.tar
nixlib-83e7a506649e1597ae62779654f44d77d195eeb8.tar.gz
nixlib-83e7a506649e1597ae62779654f44d77d195eeb8.tar.bz2
nixlib-83e7a506649e1597ae62779654f44d77d195eeb8.tar.lz
nixlib-83e7a506649e1597ae62779654f44d77d195eeb8.tar.xz
nixlib-83e7a506649e1597ae62779654f44d77d195eeb8.tar.zst
nixlib-83e7a506649e1597ae62779654f44d77d195eeb8.zip
yarn: 1.19.0 -> 1.19.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yarn/versions
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/yarn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/yarn/default.nix b/pkgs/development/tools/yarn/default.nix
index 22f4365773e6..43d3e20d3dfd 100644
--- a/pkgs/development/tools/yarn/default.nix
+++ b/pkgs/development/tools/yarn/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "yarn";
-  version = "1.19.0";
+  version = "1.19.1";
 
   src = fetchzip {
     url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
-    sha256 = "14h293kixxiww41daj0xyjii8d9mgr2ah5sxadass60p61ynxsq4";
+    sha256 = "0qlrwmvpv0ifvywqqzg28ywmhk4prkk1dflnnpk6grpgkq3bfv77";
   };
 
   buildInputs = [ nodejs ];