nextcloud-client 3.9.2 -> 3.9.3

This commit is contained in:
Adriano Barbosa 2023-08-21 15:46:13 -04:00
parent 8bccf2aacd
commit 5bff7db9fc

View file

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