owncloud-client: 5.0.0 -> 5.2.1

This commit is contained in:
Miao, ZhiCheng 2023-12-25 06:49:59 +02:00
parent fec6c9be5a
commit de55f869de
No known key found for this signature in database
GPG Key ID: 1080B4863AD0F5D1

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "owncloud-client";
version = "5.0.0";
version = "5.2.1";
src = fetchFromGitHub {
owner = "owncloud";
repo = "client";
rev = "refs/tags/v${version}";
hash = "sha256-SSMNmWrCT1sGa38oY8P84QNedNkQPcIRWrV9B65B5X8=";
hash = "sha256-yErMHh0QbWVpJhNiXU1IIGpQ5CGARN/4cqELRMoxSac=";
};
nativeBuildInputs = [