nextcloud-client: 3.11.0 -> 3.11.1

Diff: https://github.com/nextcloud/desktop/compare/v3.11.0...v3.11.1
This commit is contained in:
Ilan Joselevich 2024-01-30 16:10:52 +02:00
parent ac0ae4ba8d
commit acde0f7966
No known key found for this signature in database

View file

@ -26,7 +26,7 @@
stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.11.0";
version = "3.11.1";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
hash = "sha256-rqSnCIsXQDf3cNQn4ofjGQkCgwYGyDau/WWUPHziNp4=";
hash = "sha256-gskFI6nxRb5lx6EwWuqghqg7NmCaj0JS7PpV0i4qUqQ=";
};
patches = [