We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1b6113 + 2c2bded commit a0825daCopy full SHA for a0825da
pkgs/by-name/cl/clever-tools/package.nix
@@ -11,18 +11,18 @@
11
buildNpmPackage rec {
12
pname = "clever-tools";
13
14
- version = "3.13.0";
+ version = "3.13.1";
15
16
nodejs = nodejs_20;
17
18
src = fetchFromGitHub {
19
owner = "CleverCloud";
20
repo = "clever-tools";
21
rev = version;
22
- hash = "sha256-E6MD/fQO7cpczaaTbkZOf/lMOywUUXBP9uUVfTH+Iv8=";
+ hash = "sha256-6QzwZmDCts/ci0J2ok1Met9bNiqDHmdYj/PbvWyd4Wk=";
23
};
24
25
- npmDepsHash = "sha256-Q66Gq8LvZEoRVpwzwbK4D9KLVNk6Rc5SztFGwQUuePI=";
+ npmDepsHash = "sha256-H53g1hbVpArFNy47M5QS2/diWbEyyoLOf86OxVffvwQ=";
26
27
nativeBuildInputs = [
28
installShellFiles
0 commit comments