Skip to content

Commit

Permalink
Fix all hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Feb 28, 2024
1 parent cd5c182 commit 29b9287
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkgs/plugins/advancedban/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let

outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-B/FzW2DN55p11Cx2UArF45PXH2F/KxLsn5P+GEX8UHM=";
outputHash = "sha256-8FvSeQC++m7CO7csmgLsT1neYdad6HMVmFaOqbLK04k=";

doCheck = false;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/plugins/cleanmotd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let

outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-f8MOFzJ7glpLJ+Zm9BDxjb/88R6eE100CLnCXp25TRU=";
outputHash = "sha256-Yue2Q2kkM6FkmP3wwfp+LuEtutqV/+pY9QrUx5me06U=";

doCheck = false;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/plugins/coreprotect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let

outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-3oC/xOSDFot+Mffnfy0rMQGsUJq/Z+JGrpfqvEFzdkk=";
outputHash = "sha256-SXYPoFxXgbCgiF098L05PEy9/0hfMbF9EXU6014qaj0=";

doCheck = false;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/plugins/discordsrv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let

outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-OeYrlgzj7bNVvmD8URcuz354d/eTqSPebgij3V2MbdM=";
outputHash = "sha256-bFuafFpQARUgFEFx/cxfkvsfHNGMC3oXGvVE1QWylBI=";
};
in
stdenv.mkDerivation rec {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/waterfall/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let
fetchSubmodules = true;
leaveDotGit = true;
rev = "079f3a31294551fcedc92bff2943ce749bdb99b5";
sha256 = "sha256-I4Jkd2y2wZ5rKZB8pFtEI8w+kkcxx77uYeysEEX2IgE=";
sha256 = "sha256-QoYj2TFghgu9XvbDEdhzQY59uC8x1EjBYTFlwsPg6sI=";
};

patched-src = stdenv.mkDerivation {
Expand Down Expand Up @@ -58,7 +58,7 @@ let

outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-zjyxo8+53CpDgCV+g+IskrD76jOrHi6gCQ9YsFj4jns=";
outputHash = "sha256-LvNAi9mZQqFQX2brPr5mWA7dH3/ly0+tSxozYkggzW4=";

doCheck = false;
};
Expand Down

0 comments on commit 29b9287

Please sign in to comment.