Skip to content

Commit 9fc87cc

Browse files
stesiebjornfor
authored andcommittedSep 24, 2017
owncloud-client: 2.3.2 -> 2.3.3
1 parent 43404d9 commit 9fc87cc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/owncloud-client

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/applications/networking/owncloud-client/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "owncloud-client-${version}";
5-
version = "2.3.2";
5+
version = "2.3.3";
66

77
src = fetchurl {
88
url = "https://download.owncloud.com/desktop/stable/owncloudclient-${version}.tar.xz";
9-
sha256 = "02az9wq0d1vsgcdipddipdjwj2faf7jag8hizwd0ha3sjlmrs6d1";
9+
sha256 = "1r5ddln1wc9iyjizgqb104i0r6qhzsmm2wdnxfaif119cv0vphda";
1010
};
1111

1212
nativeBuildInputs = [ pkgconfig cmake ];

0 commit comments

Comments
 (0)
Please sign in to comment.