Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
new release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed May 21, 2024
1 parent 169d373 commit 0878446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
default = pkgs.buildNpmPackage rec {
pname = "clever-tools";

version = "0.0.0";
version = "3.5.2";

nodejs = pkgs.nodejs-18_x;

src = pkgs.fetchFromGitHub {
owner = "CleverCloud";
repo = "clever-tools";
rev = "${version}";
hash = "sha256-v60evwLnMxU5EGILAvCTtMsO0fWpjfc0TA7upHcrq9U=";
hash = "sha256-B/p2Z26NXivWGRdOPb0LeFdARjU6sny/9i4wIYDxqm8=";
};

npmDepsHash = "sha256-AK1CNtFTM3wgel5L2ekmXWHZhIerqKPd5i7X/kJm7No=";
npmDepsHash = "sha256-WDqdeakNnKOCPzi6xF4qrlPzXU+AK0PHJ8nrqfP1eTE=";

dontNpmBuild = true;

Expand Down

0 comments on commit 0878446

Please sign in to comment.