mainsail: 2.17.0 -> 2.18.2

This commit is contained in:
R. Ryantm
2026-07-08 12:09:56 +00:00
parent 3f74179837
commit be1ca8affc
+3 -3
View File
@@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "mainsail";
version = "2.17.0";
version = "2.18.2";
src = fetchFromGitHub {
owner = "mainsail-crew";
repo = "mainsail";
rev = "v${version}";
hash = "sha256-lKLoY5FHO34bT/3apmfVkuW0E1h4/K4r2thF9ht03U4=";
hash = "sha256-Djw5wwVflhU9G99GLUNO0a6wDZTB4y/yBqRruUJZQis=";
};
npmDepsHash = "sha256-HIErBrQ0VP4vdCFZe7uT5b1q+QdSSf08CIQmNcSryZ8=";
npmDepsHash = "sha256-fQnAVwBME4oJ15sOmZAr4qwxSpA5qqr8zJxEsVVGwSg=";
nodejs = nodejs_22;