Merge pull request #322419 from r-ryantm/auto-update/gaugePlugins.js

gaugePlugins.js: 4.0.1 -> 5.0.0
This commit is contained in:
Weijia Wang 2024-06-27 23:38:06 +02:00 committed by GitHub
commit 04e67b5ce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,17 +7,17 @@
}:
buildNpmPackage rec {
pname = "gauge-plugin-js";
version = "4.0.1";
version = "5.0.0";
src = fetchFromGitHub {
owner = "getgauge";
repo = "gauge-js";
rev = "v${version}";
hash = "sha256-qCn4EKndd0eM3X0+aLrCwvmEG5fgUfpVm76cg/n7B84=";
hash = "sha256-OUjB/ZETv8z3YDf/ftyqL8oKDEqyp1h1pK5IgEcq+rw=";
fetchSubmodules = true;
};
npmDepsHash = "sha256-5XkFwCFqNMe5xc/Tx69uUV7KMtgY7Z3zE7hbtxYqRf0=";
npmDepsHash = "sha256-EZlSfFYJvlVFkuXcktHnWuAEAcUmKxO6tzgMqRDcCeY=";
npmBuildScript = "package";
buildInputs = [ nodejs ];