add nextcloud user_oidc license

This commit is contained in:
Schrottkatze 2024-01-25 10:05:40 +01:00
parent d556d11260
commit c02dfb80cf
Signed by: schrottkatze
GPG key ID: DFD0FD205943C14A

View file

@ -41,6 +41,7 @@
user_oidc = pkgs.fetchNextcloudApp rec {
url = "https://github.com/nextcloud-releases/user_oidc/releases/download/v1.3.3/user_oidc-v1.3.3.tar.gz";
sha256 = "sha256-s8xr25a40/ot7KDv3Vn7WBm4Pb13LzzK62ZNYufXQ2w";
license = "agpl3";
};
};
};