3
0
Fork 0
forked from mirrors/nixpkgs

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

nextcloud-client: 3.11.1 -> 3.12.0
This commit is contained in:
Ilan Joselevich 2024-02-15 01:52:58 +02:00 committed by GitHub
commit d176767c02
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.11.1";
version = "3.12.0";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
hash = "sha256-gskFI6nxRb5lx6EwWuqghqg7NmCaj0JS7PpV0i4qUqQ=";
hash = "sha256-77vsl7BvptNlU/1epn4Eo+3Lnedn5awUgqbkyapW7+A=";
};
patches = [