owncloud-client: 5.2.1 -> 5.3.0

This commit is contained in:
R. Ryantm
2024-06-07 02:54:08 +00:00
committed by Yaya
parent 783a966a20
commit ca90d7981a

View File

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