mainsail: 2.13.2 -> 2.14.0

This commit is contained in:
R. Ryantm 2025-04-24 02:35:18 +00:00
parent 7c3df50c30
commit af38a2c6fe

View file

@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "mainsail";
version = "2.13.2";
version = "2.14.0";
src = fetchFromGitHub {
owner = "mainsail-crew";
repo = "mainsail";
rev = "v${version}";
hash = "sha256-rXavUkoFRw5fWCisdz/eD+wL1Sc+vExyjskVEIN4QNQ=";
hash = "sha256-hZgENY1Vb0wr6fqQfodjXQ+a/JAca0AQFKHlTc4EG68=";
};
npmDepsHash = "sha256-MzPXDy9sX7Y5dUm3qp3OORdEz8QyL5j4M4eXl0gtopo=";
npmDepsHash = "sha256-9pkcQS281OC9q9WadctQ/GAgbaeejrj7HLwKK/SDkAU=";
# Prevent Cypress binary download.
CYPRESS_INSTALL_BINARY = 0;