Skip to content

Commit 7753daa

Browse files
committedSep 5, 2017
1 parent 1357268 commit 7753daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/tools/networking/connman/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
stdenv.mkDerivation rec {
66
name = "connman-${version}";
7-
version = "1.34";
7+
version = "1.35";
88
src = fetchurl {
99
url = "mirror://kernel/linux/network/connman/${name}.tar.xz";
10-
sha256 = "07n71wcy1c4cc01ca4dl9k1jpdqr5nsyr33dqf7k87wwfa681859";
10+
sha256 = "1apj5j25kj7v1bsfv3nh54aiq873nfrsjfbj85p5qm3ihfwxxmv6";
1111
};
1212

1313
buildInputs = [ openconnect polkit

0 commit comments

Comments
 (0)
Please sign in to comment.