Skip to content

Commit

Permalink
cryptpad: 2024.9.1 -> 2024.12.0 (#366054)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 18, 2024
2 parents be5fe03 + 0082779 commit 9f09f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cr/cryptpad/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}:

let
version = "2024.9.1";
version = "2024.12.0";
# nix version of install-onlyoffice.sh
# a later version could rebuild from sdkjs/web-apps as per
# https://github.com/cryptpad/onlyoffice-builds/blob/main/build.sh
Expand Down Expand Up @@ -83,10 +83,10 @@ buildNpmPackage {
owner = "cryptpad";
repo = "cryptpad";
rev = version;
hash = "sha256-0BmTVr9L5SbvtemoIIHp874s/alKz3GTqb+R8q23TSM=";
hash = "sha256-oSrDajaCEc7I2AsDzKoO34ffd4OeXDwFDGm45yQDSvE=";
};

npmDepsHash = "sha256-TT9vP+9D4xcUc8j7ai1WgSyMy3hpxjYIld8zAFcgqlg=";
npmDepsHash = "sha256-1EwxAe+8FOrngZx5+FEeu9uHKWZNBpsECEGrsyiZ2GU=";

nativeBuildInputs = [
makeBinaryWrapper
Expand Down

0 comments on commit 9f09f45

Please sign in to comment.