gaugePlugins.js: 5.0.0 -> 5.0.1 (#406769)

This commit is contained in:
Nick Cao
2025-05-16 16:49:09 -04:00
committed by GitHub
@@ -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 ];