owncloud-client: 5.3.0 -> 5.3.1

This commit is contained in:
R. Ryantm 2024-06-14 11:02:27 +00:00
parent f587de5d7f
commit 1866170943

View File

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