Skip to content

Commit

Permalink
libuv: 1.35.0 -> 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed May 8, 2020
1 parent 7066420 commit 3350c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libuv/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, ApplicationServices, CoreServices }:

stdenv.mkDerivation rec {
version = "1.35.0";
version = "1.37.0";
pname = "libuv";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0pd94h10ay38r8fwj0qqgw908rrj83n768n8mbbpnd5w2c7wy9fz";
sha256 = "0iy25w4wy9f5y7i7aqidhqz93qi00lv7vhx6s521n0kphvaj8ijz";
};

postPatch = let
Expand Down

0 comments on commit 3350c08

Please sign in to comment.