]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/nextcloud/apps/circles.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / pkgs / webapps / nextcloud / apps / circles.nix
diff --git a/pkgs/webapps/nextcloud/apps/circles.nix b/pkgs/webapps/nextcloud/apps/circles.nix
deleted file mode 100644 (file)
index 64a4f2f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-{ buildApp, nextcloudVersion }:
-assert nextcloudVersion >= 18 && nextcloudVersion <= 18;
-buildApp rec {
-  appName = "circles";
-  version = "0.18.9";
-  url = "https://github.com/nextcloud/circles/releases/download/v${version}/${appName}-${version}.tar.gz";
-  sha256 = "1a58zrjg4cc0igq14s5zfc5zva83mahmfr0mxvhvnasw7rwkpyzr";
-}