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.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed May 21, 2024
1 parent 9d5c04d commit b9128f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
24 changes: 4 additions & 20 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 @@ -25,18 +25,18 @@
default = pkgs.buildNpmPackage rec {
pname = "clever-tools";

version = "0.0.0";
version = "3.0.0";

nodejs = pkgs.nodejs-18_x;

src = pkgs.fetchFromGitHub {
owner = "CleverCloud";
repo = "clever-tools";
rev = "${version}";
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
hash = "sha256-VoPBMC5qMEAdipTer/8z0YrEe2uN69N5WvkdZ6eSmZQ=";
};

npmDepsHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
npmDepsHash = "sha256-cVLC4q2vy+2X/Kn1082jLa8InipOCirZy6oEBI0fW9o=";

dontNpmBuild = true;

Expand Down

0 comments on commit b9128f8

Please sign in to comment.