gaugePlugins.js: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm
2025-05-13 14:50:37 +00:00
parent 5f296019ea
commit bab3fb75e0
@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
pname = "gauge-plugin-js";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitHub {
owner = "getgauge";
repo = "gauge-js";
rev = "v${version}";
hash = "sha256-OUjB/ZETv8z3YDf/ftyqL8oKDEqyp1h1pK5IgEcq+rw=";
hash = "sha256-eFXWed/2NQphSPuGIdnpq77ZiYPEGx5bS7g5LAZhkME=";
fetchSubmodules = true;
};
npmDepsHash = "sha256-EZlSfFYJvlVFkuXcktHnWuAEAcUmKxO6tzgMqRDcCeY=";
npmDepsHash = "sha256-LUwnue1kFxtifRrV8U+IQ74A2/ari75MVyZT0xLaez4=";
npmBuildScript = "package";
buildInputs = [ nodejs ];