Skip to content

Commit

Permalink
clever-tools: 3.9.0 -> 3.10.1 (#360167)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 11, 2024
2 parents 7194a13 + 1825fc3 commit 5d67ea6
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.9.0";
version = "3.10.1";

nodejs = nodejs_18;

src = fetchFromGitHub {
owner = "CleverCloud";
repo = "clever-tools";
rev = version;
hash = "sha256-nSTcJIZO/CMliAYFUGu/oA+VdtONDPwyj6vCr5Ry6ac=";
hash = "sha256-dMSVw3buj0m2Ixir8rVeCg0PAVqXFBsBEohKfLsYhaI=";
};

npmDepsHash = "sha256-+3/zSsO5+s1MUome3CQ1p1tN3OtWp+XE9Z6GSdDiRh8=";
npmDepsHash = "sha256-v0nCYRfmcGbePI838Yhb+XvpN4JItQn2D+AHyNoeZLw=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 5d67ea6

Please sign in to comment.