aboutsummaryrefslogtreecommitdiff
path: root/app/cryptpad/build/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'app/cryptpad/build/common.nix')
-rw-r--r--app/cryptpad/build/common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/cryptpad/build/common.nix b/app/cryptpad/build/common.nix
index 980e821..957d381 100644
--- a/app/cryptpad/build/common.nix
+++ b/app/cryptpad/build/common.nix
@@ -1,6 +1,6 @@
rec {
- cryptpadVersion = "4.14.1";
- cryptpadCommit = "5979aafdee90aab232658374b11aca8331fd0421";
+ cryptpadVersion = "4.14.1+2";
+ cryptpadCommit = "18c371bb5bda068a5d962dd7c4f0726320eea5e9";
pkgsSrc = fetchTarball {
# Latest commit on https://github.com/NixOS/nixpkgs/tree/nixos-21.11
@@ -9,7 +9,7 @@ rec {
sha256 = "sha256:1d7zg96xw4qsqh7c89pgha9wkq3rbi9as3k3d88jlxy2z0ns0cy2";
};
cryptpadSrc = builtins.fetchGit {
- url = "https://github.com/xwiki-labs/cryptpad";
+ url = "https://github.com/superboum/cryptpad";
ref = "refs/tags/${cryptpadVersion}";
rev = cryptpadCommit;
};