Merge pull request #323495 from r-ryantm/auto-update/nextcloud-client

nextcloud-client: 3.13.0 -> 3.13.1
This commit is contained in:
Ilan Joselevich 2024-06-30 18:34:57 +03:00 committed by GitHub
commit 6b43606a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@
stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.13.0";
version = "3.13.1";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
hash = "sha256-i4vQGH9NSxIrLaPdCEh+WN6i6NQilH6uO4dSk/mhLi8=";
hash = "sha256-Ux0zbOribIbrABQQtUbp6NK96YYaHgREQUmgm9/MQaI=";
};
patches = [