owncloud-client: 2.3.1 -> 2.3.2

This commit is contained in:
Stefan Siegl 2017-07-21 23:19:45 +02:00
parent ac56eba704
commit 75290adaa9
No known key found for this signature in database
GPG key ID: 359A823ED8D6F17F

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "owncloud-client-${version}";
version = "2.3.1";
version = "2.3.2";
src = fetchurl {
url = "https://download.owncloud.com/desktop/stable/owncloudclient-${version}.tar.xz";
sha256 = "051rky4rpm73flxxkhfdxqq23ncnk4ixhscbg74w82sa4d93f54k";
sha256 = "02az9wq0d1vsgcdipddipdjwj2faf7jag8hizwd0ha3sjlmrs6d1";
};
nativeBuildInputs = [ pkgconfig cmake ];