Skip to content

Commit

Permalink
Update Cryptpad to version 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshmitty committed Mar 10, 2024
1 parent 369a95c commit 6657541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@

cryptpad = pkgs.buildNpmPackage rec {
pname = "cryptpad";
version = "5.6.0";
version = "5.7.0";

src = pkgs.fetchFromGitHub {
owner = "cryptpad";
repo = "cryptpad";
rev = version;
hash = "sha256-A3tkXt4eAeg1lobCliGd2PghpkFG5CNYWnquGESx/zo=";
hash = "sha256-+EwrtLDn0OpnVbYDPB4Xw2W5rBPf5dr+5l3kInum0/E=";
};

npmDepsHash = "sha256-tQUsI5Oz3rkAlxJ1LpolJNqZfKUGKUYSgtuCTzHRcW4=";
npmDepsHash = "sha256-43XeKTeLze0RVSy3pJBzFiSBXAOJR1cu/GV0o5Qek0M=";

makeCacheWritable = true;

Expand Down

0 comments on commit 6657541

Please sign in to comment.