Merge pull request #253848 from barbosaaob/nextcloud-client

nextcloud-client 3.9.3 -> 3.9.4
This commit is contained in:
Mario Rodas 2023-09-09 20:31:11 -05:00 committed by GitHub
commit 695ec16384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.9.3";
version = "3.9.4";
outputs = [ "out" "dev" ];
@ -33,7 +33,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-9DfQZ3AFyiUKwt8IqAgjQlQ2XJtwkLEtPM5+VH+x/6c=";
sha256 = "sha256-h8lOstl085haesmCmzq2o0OlQrO5U/mfGngQunynIuQ=";
};
patches = [