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.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed May 21, 2024
1 parent b9128f8 commit c9eeb36
Showing 1 changed file with 3 additions and 3 deletions.
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 = "3.0.0";
version = "3.2.0";

nodejs = pkgs.nodejs-18_x;

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

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

dontNpmBuild = true;

Expand Down

0 comments on commit c9eeb36

Please sign in to comment.