Skip to content

Commit

Permalink
owncloud-client: 2.3.2 -> 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie authored and bjornfor committed Sep 24, 2017
1 parent 43404d9 commit 9fc87cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/owncloud-client/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "owncloud-client-${version}";
version = "2.3.2";
version = "2.3.3";

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

nativeBuildInputs = [ pkgconfig cmake ];
Expand Down

0 comments on commit 9fc87cc

Please sign in to comment.