Skip to content

Commit

Permalink
clever-tools: 3.8.3 -> 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed Oct 25, 2024
1 parent 13b932f commit 0f523e0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/by-name/cl/clever-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@
buildNpmPackage rec {
pname = "clever-tools";

version = "3.8.3";
version = "3.9.0";

nodejs = nodejs_18;

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

npmDepsHash = "sha256-LljwS6Rd/8WnGpxSHwCr87KWLaRR2i7sMdUuuprYiOE=";

dontNpmBuild = true;
npmDepsHash = "sha256-+3/zSsO5+s1MUome3CQ1p1tN3OtWp+XE9Z6GSdDiRh8=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 0f523e0

Please sign in to comment.