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.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed May 22, 2024
1 parent 0389a1e commit 98d5f61
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.6.0";
version = "3.6.1";

nodejs = pkgs.nodejs-18_x;

src = pkgs.fetchFromGitHub {
owner = "CleverCloud";
repo = "clever-tools";
rev = "${version}";
hash = "sha256-3LZ04YeVrKXa9rk3Wh4yS4zk4cUyT0fw7VnsaPXdKgs=";
hash = "sha256-qNmBjjYuXGzCaBuBdqICCkmSYqdIH1KUfuDHRG+cKuM=";
};

npmDepsHash = "sha256-dJpe+YgklzuwBF1FnTQxBCiIBF2gaG9MIp0cfRl+YfQ=";
npmDepsHash = "sha256-2hn3HXMJm+jw0qTXXTpzLKMlKtfzToAekStWbzqjoAw=";

dontNpmBuild = true;

Expand Down

0 comments on commit 98d5f61

Please sign in to comment.