Merge pull request #319799 from r-ryantm/auto-update/owncloud-client

owncloud-client: 5.3.0 -> 5.3.1
This commit is contained in:
Weijia Wang
2024-06-20 10:56:23 +02:00
committed by GitHub
+2 -2
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 = [