Skip to content

Commit a0825da

Browse files
clever-tools: 3.13.0 -> 3.13.1 (#420951)
Co-authored-by: florian-sanders-cc <[email protected]>
2 parents e1b6113 + 2c2bded commit a0825da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cl/clever-tools/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
buildNpmPackage rec {
1212
pname = "clever-tools";
1313

14-
version = "3.13.0";
14+
version = "3.13.1";
1515

1616
nodejs = nodejs_20;
1717

1818
src = fetchFromGitHub {
1919
owner = "CleverCloud";
2020
repo = "clever-tools";
2121
rev = version;
22-
hash = "sha256-E6MD/fQO7cpczaaTbkZOf/lMOywUUXBP9uUVfTH+Iv8=";
22+
hash = "sha256-6QzwZmDCts/ci0J2ok1Met9bNiqDHmdYj/PbvWyd4Wk=";
2323
};
2424

25-
npmDepsHash = "sha256-Q66Gq8LvZEoRVpwzwbK4D9KLVNk6Rc5SztFGwQUuePI=";
25+
npmDepsHash = "sha256-H53g1hbVpArFNy47M5QS2/diWbEyyoLOf86OxVffvwQ=";
2626

2727
nativeBuildInputs = [
2828
installShellFiles

0 commit comments

Comments
 (0)