Skip to content

Commit

Permalink
libuv: 1.23.0 -> 1.23.1 (NixOS#47763)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions
  • Loading branch information
r-ryantm authored and xeji committed Oct 12, 2018
1 parent 21ed2b9 commit ef93155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libuv/default.nix
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchpatch, fetchFromGitHub, autoconf, automake, libtool, pkgconfig }:

stdenv.mkDerivation rec {
version = "1.23.0";
version = "1.23.1";
name = "libuv-${version}";

src = fetchFromGitHub {
owner = "libuv";
repo = "libuv";
rev = "v${version}";
sha256 = "1yfx99f7qnq3qvcgbnih27dgwfg6c51xw6n6n2c3c1wb3mh95im0";
sha256 = "14h8dcyx81sbckbgmqhagncyz8s6z6qzpx0fy8p79whq5hb3f4jg";
};

patches = [
Expand Down

0 comments on commit ef93155

Please sign in to comment.