Skip to content

Commit

Permalink
mainsail: 2.12.0 -> 2.13.0 (#361933)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 5, 2024
2 parents fbafd4f + 6f8001f commit 7e30221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/mainsail/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildNpmPackage rec {
pname = "mainsail";
version = "2.12.0";
version = "2.13.0";

src = fetchFromGitHub {
owner = "mainsail-crew";
repo = "mainsail";
rev = "v${version}";
hash = "sha256-ZRs+KhHNQIGXy/3MUNM5OUuWSntfjYsW3d0OOvuvdAQ=";
hash = "sha256-1DpGfCa1jw6PO/a1dfsA4Oo5J1NqE4vlEbF0KKbwM4w=";
};

npmDepsHash = "sha256-du1X58wUTelgJO/0JYwxfHjjNpu1e4M1GDvx6tgz8Zw=";
npmDepsHash = "sha256-jOuIV6yR7hIPYRiAy5odxk8LreHiVTlZ03stwV2Nf4o=";

# Prevent Cypress binary download.
CYPRESS_INSTALL_BINARY = 0;
Expand Down

0 comments on commit 7e30221

Please sign in to comment.