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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed May 22, 2024
1 parent 9ccf2d5 commit 77a497b
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.5.0";
version = "3.5.1";

nodejs = pkgs.nodejs-18_x;

src = pkgs.fetchFromGitHub {
owner = "CleverCloud";
repo = "clever-tools";
rev = "${version}";
hash = "sha256-v60evwLnMxU5EGILAvCTtMsO0fWpjfc0TA7upHcrq9U=";
hash = "sha256-k3k8PoJVnTDExz2MbuEPTnIygNj8JxPw7t6SOQWNsGY=";
};

npmDepsHash = "sha256-AK1CNtFTM3wgel5L2ekmXWHZhIerqKPd5i7X/kJm7No=";
npmDepsHash = "sha256-quNBAWC1wAsIVcky7H8mYlw2sJkndVSbnlyRaJGndT0=";

dontNpmBuild = true;

Expand Down

0 comments on commit 77a497b

Please sign in to comment.