Skip to content

Commit

Permalink
libuv: 1.44.1 -> 1.44.2
Browse files Browse the repository at this point in the history
  • Loading branch information
centromere committed Jul 13, 2022
1 parent 5c51876 commit a05f2b1
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, pkg-config, ApplicationServices, CoreServices }:

stdenv.mkDerivation rec {
version = "1.44.1";
version = "1.44.2";
pname = "libuv";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-12uveSEavRxQW4xVrB4Rkkj+eHZ71Qy8dRG+95ldz50=";
sha256 = "sha256-K6v+00basjI32ON27ZjC5spQi/zWCcslDwQwyosq2iY=";
};

postPatch = let
Expand Down

0 comments on commit a05f2b1

Please sign in to comment.