mainsail: 2.17.0 -> 2.18.2 (#533853)

This commit is contained in:
Nikolay Korotkiy
2026-07-18 09:07:51 +00:00
committed by GitHub
+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;