Skip to content

Commit

Permalink
owncloud-client: 2.3.0 -> 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Apr 30, 2017
1 parent fdcb4fa commit 472fbe6
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.0";
version = "2.3.1";

src = fetchurl {
url = "https://download.owncloud.com/desktop/stable/owncloudclient-${version}.tar.xz";
sha256 = "10ah4zmnv4hfi50k59qwk990h1a4g95d3yvxqqrv4x1dv8p2sscf";
sha256 = "051rky4rpm73flxxkhfdxqq23ncnk4ixhscbg74w82sa4d93f54k";
};

nativeBuildInputs = [ pkgconfig cmake ];
Expand Down

0 comments on commit 472fbe6

Please sign in to comment.