Skip to content

Commit

Permalink
clever-tools: 3.10.1 -> 3.11.0 (NixOS#366405)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 19, 2024
2 parents dcb74af + 75904c5 commit 33724f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cl/clever-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
buildNpmPackage rec {
pname = "clever-tools";

version = "3.10.1";
version = "3.11.0";

nodejs = nodejs_18;

src = fetchFromGitHub {
owner = "CleverCloud";
repo = "clever-tools";
rev = version;
hash = "sha256-dMSVw3buj0m2Ixir8rVeCg0PAVqXFBsBEohKfLsYhaI=";
hash = "sha256-3u96bPdXGArvNZPs12uF48zR/15AQNNHXyUWnMgxMmI=";
};

npmDepsHash = "sha256-v0nCYRfmcGbePI838Yhb+XvpN4JItQn2D+AHyNoeZLw=";
npmDepsHash = "sha256-zmhGpsRoMHgsq/XKOMGNIgxxsiMju9bG//Qd72HrMSE=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 33724f4

Please sign in to comment.