gaugePlugins.js: 5.0.2 -> 5.0.5

This commit is contained in:
R. Ryantm
2026-05-19 17:55:03 +00:00
parent f8a6714c1b
commit 5fadca6fdb

View File

@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
pname = "gauge-plugin-js";
version = "5.0.2";
version = "5.0.5";
src = fetchFromGitHub {
owner = "getgauge";
repo = "gauge-js";
rev = "v${version}";
hash = "sha256-CFjwdfU7KjYcG9EGF76j4iNXZqD5eGTsxbk2s//EKJ4=";
hash = "sha256-qWnBx6bvut/bSvFC8WPAetyAsF16Wz99Pq0tGg+YpZw=";
fetchSubmodules = true;
};
npmDepsHash = "sha256-R6XYgeVD8NlgLyqZywzeTBebYG5T4qdSUwEH73+nKRA=";
npmDepsHash = "sha256-HD1JsAewyzoUPKFwtpGGwjHWmYUpLSN3Spb5FW+3d10=";
npmBuildScript = "package";
buildInputs = [ nodejs ];