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

nextcloud-client: 3.12.0 -> 3.12.1
This commit is contained in:
Sandro 2024-03-07 22:09:07 +01:00 committed by GitHub
commit f1d7c566fe
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.12.0";
version = "3.12.1";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
hash = "sha256-77vsl7BvptNlU/1epn4Eo+3Lnedn5awUgqbkyapW7+A=";
hash = "sha256-WGmabfOuEs9WRq1Ta7ZiZQuscoEdxhaFhuppE7MpZfk=";
};
patches = [