Loading pkgs/development/tools/gauge/plugins/js/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/tools/gauge/plugins/js/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading