owncloud-client: 5.2.1 -> 5.3.0

This commit is contained in:
R. Ryantm
2024-06-08 12:46:30 +02:00
committed by Yaya
parent 783a966a20
commit ca90d7981a
+2 -2
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 = [