nextcloud: 2.3.2 -> 2.3.3

This commit is contained in:
Claas Augner 2017-12-04 22:08:32 +01:00
parent ce269c971d
commit 4a88a01dd3
No known key found for this signature in database
GPG Key ID: 6CACC039692829CE

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "nextcloud-client-${version}"; name = "nextcloud-client-${version}";
version = "2.3.2"; version = "2.3.3";
src = fetchgit { src = fetchgit {
url = "git://github.com/nextcloud/client_theming.git"; url = "git://github.com/nextcloud/client_theming.git";
rev = "1ee750d1aeaaefc899629e85c311594603e9ac1b"; rev = "ab40efe1e1475efddd636c09251d8917627261da";
sha256 = "0dxyng8a7cg78z8yngiqypsb44lf5c6vkabvkfch0cl0cqmarc1a"; sha256 = "19a1kqydgx47sa1a917j46zlbc5g9nynsanasyad9c8sqi0qvyip";
fetchSubmodules = true; fetchSubmodules = true;
}; };