Skip to content

Commit b829bdc

Browse files
committedJun 2, 2017
Merge branch 'staging'
... to combine with the mass rebuilds that are on master already. See discussion at 2050213c54a9
2 parents 05853a5 + 2f12902 commit b829bdc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎pkgs/development/libraries/libuv/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
, ApplicationServices, CoreServices }:
33

44
stdenv.mkDerivation rec {
5-
version = "1.11.0";
5+
version = "1.12.0";
66
name = "libuv-${version}";
77

88
src = fetchFromGitHub {
99
owner = "libuv";
1010
repo = "libuv";
1111
rev = "v${version}";
12-
sha256 = "02sm7f3l0shpfz25b77q2jjvlypc1mmz4zpzfgfmiplhgxxaa6la";
12+
sha256 = "0m025i0sfm4iv3aiic88x4y4bbhhdb204pmd9r383fsl458fck2p";
1313
};
1414

1515
postPatch = let
1616
toDisable = [
17-
"getnameinfo_basic" # probably network-dependent
17+
"getnameinfo_basic" "udp_send_hang_loop" # probably network-dependent
1818
"spawn_setuid_fails" "spawn_setgid_fails" "fs_chown" # user namespaces
1919
"getaddrinfo_fail" "getaddrinfo_fail_sync"
2020
]

‎pkgs/os-specific/linux/systemd/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
assert stdenv.isLinux;
1010

1111
stdenv.mkDerivation rec {
12-
version = "232";
12+
version = "233";
1313
name = "systemd-${version}";
1414

1515
src = fetchFromGitHub {
1616
owner = "nixos";
1717
repo = "systemd";
18-
rev = "66e778e851440fde7f20cff0c24d23538144be8d";
19-
sha256 = "1valz8v2q4cj0ipz2b6mh5p0rjxpy3m88gg9xa2rcc4gcmscndzk";
18+
rev = "a5af87e469ed3bd806d1ac34716d4f17ce9d3464";
19+
sha256 = "14slhk9p1f4ngxhhsmk8i1irl6jiffs1ln84ddcqc8iy22cyqvs3";
2020
};
2121

2222
outputs = [ "out" "lib" "man" "dev" ];

0 commit comments

Comments
 (0)